aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
commit5b442f22791e5a2afcfeeff62d5dc409ae6248f5 (patch)
tree1afde7e0fe277ae06782ac3953569f6f16b2b4fc /tools/Makefile.am
parent85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff)
After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index aa61a6167e..a5d733d148 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -37,3 +37,7 @@ EXTRA_DIST = \
unix2dos.pl \
win32-setup.sh \
yacc.py
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+