From c4baf4c8f61ab9d374922fb486e913acb0366e93 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Tue, 19 May 2015 08:50:50 +0000 Subject: [PATCH] correct config.make filename git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@38510 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile.postamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index 46c0283..b34b3d3 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -68,7 +68,7 @@ back.make: back.make.in Version configure ./configure; \ fi -config.mak: config.mak.in configure +config.make: config.make.in configure if [ -x config.status ]; then \ ./config.status --recheck && ./config.status; \ else \