ome files were left even after "make maintainer-clean". Found
authorJörg Mayer <jmayer@loplof.de>
Mon, 24 Sep 2007 06:57:52 +0000 (06:57 -0000)
committerJörg Mayer <jmayer@loplof.de>
Mon, 24 Sep 2007 06:57:52 +0000 (06:57 -0000)
with "svn status --no-ignore".

svn path=/trunk/; revision=22932

tools/Makefile.am
tools/Makefile.nmake

index 4eefdfd294454f204f88ba6adce6327cf426a941..fd258dba77d440fedb2db50042806b8c38dfbbab 100644 (file)
@@ -112,6 +112,9 @@ setuid-root.pl: setuid-root.pl.in Makefile
                < $(srcdir)/setuid-root.pl.in > setuid-root.pl
        chmod +x setuid-root.pl
 
+CLEANFILES = \
+       *.pyc
+
 DISTCLEANFILES = \
        setuid-root.pl
 
index 68a6ccc0b26446c8ce7999744c2dd30f6daf21a5..ef560e92b09df68a8ab67fb6accd1fd1f72a9ffe 100644 (file)
@@ -8,6 +8,7 @@ all: lemon
 clean:
        cd lemon
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+       rm -f *.pyc
        cd ..
 
 distclean: clean