diff options
author | Paul Smith <psmith@gnu.org> | 1997-09-16 14:17:23 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-09-16 14:17:23 +0000 |
commit | 41dcca8426893e5683320b6d6382ccf728d75ccc (patch) | |
tree | e917b3102fdc25e5dbeceac703a5b58be39f55a5 /maintMakefile | |
parent | 161a0266024b7f791fa017da63634ae8e0d4af93 (diff) | |
download | gunmake-41dcca8426893e5683320b6d6382ccf728d75ccc.tar.gz |
Changes for GNU make 3.76
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile index 1fcd09e..05e73e8 100644 --- a/maintMakefile +++ b/maintMakefile @@ -40,6 +40,13 @@ build.sh.in: build.template Makefile.am $< > $@ chmod a-w+x $@ +# We clean everything here. The GNU standards for makefile conventions say +# you shouldn't remove configure, etc., but this makefile is only available +# in a full development distribution, so they'll only be removed then. +# +MAINTAINERCLEANFILES = $(TEMPLATES) Makefile.DOS build.sh.in \ + configure Makefile.in stamp-h.in + # Put the alpha distribution files up for anonymous FTP. # ALPHA := ~ftp/gnu |