From 35308529422cf3d8ad818c8a369e5f37818f875a Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 16 Jun 2013 23:42:41 +0200 Subject: Changed the default suffix of files to be preprocessed. --- comfignat.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comfignat.mk') diff --git a/comfignat.mk b/comfignat.mk index 04d5caa..49da99f 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -127,7 +127,7 @@ install_cp_flags = ${if ${DESTDIR},--preserve=timestamps,} # ifneq (${origin preprocessed_files},file) - preprocessed_files := ${basename ${wildcard *.in}} + preprocessed_files := ${basename ${wildcard *.gp}} endif # preprocessed_files is a list of files to be produced in the preprocessing # step at the beginning of the build. Containing makefiles may override it or @@ -350,7 +350,7 @@ configure:: # configured variable. It is therefore possible to delete a variable V from the # configuration by running "make configure V_is_configured=false". -%.gpr: %.gpr.in +%.gpr: %.gpr.gp "${GNATPREP}" $< $@ ${definitions} preprocess: $${preprocessed_files} -- cgit v1.2.3