summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-09-19 19:47:55 +0000
committerPaul Smith <psmith@gnu.org>1997-09-19 19:47:55 +0000
commit29c19b259760d1bd437418d6787f43170021f327 (patch)
treed02f2928156adad8c65bcf83ceeba8df58fe7393 /maintMakefile
parenteef1129a6a3e8e6b80d4f7da958c690851497cbf (diff)
downloadmake-29c19b259760d1bd437418d6787f43170021f327.tar.gz
Quick changes for make 3.76.1.3.76.1
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/maintMakefile b/maintMakefile
index 05e73e84..5aab784b 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.
#