summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2004-02-24 13:50:19 +0000
committerPaul Smith <psmith@gnu.org>2004-02-24 13:50:19 +0000
commita4c7e4f057176ecda47d96314c2938b78ada71bf (patch)
tree0e83f1ad4a44542b088878e8b9d6de48f16e949d /maintMakefile
parent2bfbffb163c0cdfce06ea31732a6289d26a2885a (diff)
downloadmake-a4c7e4f057176ecda47d96314c2938b78ada71bf.tar.gz
Many compiler warning cleanups.
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index 67f3098e..31e24ae8 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -80,7 +80,8 @@ build.sh.in: build.template Makefile
maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in
CVS-CLEAN-FILES += $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \
- build.sh.in .deps .dep_segment ABOUT-NLS
+ build.sh.in .deps .dep_segment ABOUT-NLS \
+ ansi2knr.*
# This rule tries to clean the tree right down to how it looks when you do a
# virgin CVS checkout.