diff options
author | Paul Smith <psmith@gnu.org> | 2005-10-26 16:06:30 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-10-26 16:06:30 +0000 |
commit | 82103b1a49394a7063f8cddfc89f759ddf847de9 (patch) | |
tree | 09c74c9e3caf9d6ed43e60053fb878010258d137 /maintMakefile | |
parent | 11095a90f120545c915c92b8ebf48f04723d1837 (diff) | |
download | gunmake-82103b1a49394a7063f8cddfc89f759ddf847de9.tar.gz |
Fix a crash I introduced last-minute.
Try to avoid extraneous rebuilds of template files.
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 3 |
1 files changed, 2 insertions, 1 deletions
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. # |