summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-10-26 16:06:30 +0000
committerPaul Smith <psmith@gnu.org>2005-10-26 16:06:30 +0000
commit82103b1a49394a7063f8cddfc89f759ddf847de9 (patch)
tree09c74c9e3caf9d6ed43e60053fb878010258d137 /maintMakefile
parent11095a90f120545c915c92b8ebf48f04723d1837 (diff)
downloadgunmake-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--maintMakefile3
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.
#