From: Paul Smith Date: Sun, 14 Jul 2002 02:57:04 +0000 (+0000) Subject: Make sure templates are built. X-Git-Tag: 3.80~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56563badd9b3cab2624c35f3a8104a3bb3b5f52;p=thirdparty%2Fmake.git Make sure templates are built. --- diff --git a/maintMakefile b/maintMakefile index 1910674b..b6e8317a 100644 --- a/maintMakefile +++ b/maintMakefile @@ -12,6 +12,8 @@ TEMPLATES = README README.DOS README.W32 \ config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile +all-am: $(TEMPLATES) $(MTEMPLATES) build.sh.in + # We need this to ensure that README and build.sh.in are created on time to # avoid errors by automake. #