diff options
author | Paul Smith <psmith@gnu.org> | 1997-09-19 19:47:55 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-09-19 19:47:55 +0000 |
commit | 3e12cad198a91fb03fad2ecfc40753385c60319e (patch) | |
tree | d02f2928156adad8c65bcf83ceeba8df58fe7393 /maintMakefile | |
parent | e2ffc653aa69e0b485d698a13d3dc954b8c82135 (diff) | |
download | gunmake-3e12cad198a91fb03fad2ecfc40753385c60319e.tar.gz |
Quick changes for make 3.76.1.3.76.1
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/maintMakefile b/maintMakefile index 05e73e8..5aab784 100644 --- a/maintMakefile +++ b/maintMakefile @@ -44,8 +44,13 @@ build.sh.in: build.template Makefile.am # 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 +# And _I_ want them to be removed ;) +# +maintFILES = configure aclocal.m4 config.h.in Makefile.in \ + stamp-h.in glob/stamp-h.in + +MAINTAINERCLEANFILES = $(TEMPLATES) missing Makefile.DOS build.sh.in \ + $(maintFILES) # Put the alpha distribution files up for anonymous FTP. # |