From 82103b1a49394a7063f8cddfc89f759ddf847de9 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 26 Oct 2005 16:06:30 +0000 Subject: Fix a crash I introduced last-minute. Try to avoid extraneous rebuilds of template files. --- maintMakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'maintMakefile') diff --git a/maintMakefile b/maintMakefile index b679eb4..708e718 100644 --- a/maintMakefile +++ b/maintMakefile @@ -13,7 +13,8 @@ TEMPLATES = README README.DOS README.W32 README.OS2 \ config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile -all-am: $(TEMPLATES) $(MTEMPLATES) build.sh.in +# These are built as a side-effect of the dist rule +#all-am: $(TEMPLATES) $(MTEMPLATES) build.sh.in # General rule for turning a .template into a regular file. # -- cgit v1.2.3