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
commit4c4f2057a9ba91f1da01439bd01d6cc9d36f6120 (patch)
tree09c74c9e3caf9d6ed43e60053fb878010258d137 /maintMakefile
parent0029357c24cf818ca2299403c97bc35175e39119 (diff)
downloadmake-4c4f2057a9ba91f1da01439bd01d6cc9d36f6120.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 b679eb46..708e7185 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.
#