I noticed that "make clean" wasn't cleaning up the lzo subdir.  The
appended patch fixes this.

..wayne..
--- Makefile.in 15 Jul 2003 08:18:13 -0000      1.253
+++ Makefile.in 15 Jul 2003 16:50:59 -0000
@@ -436,7 +436,7 @@
 ## CLEAN targets
 
 # Also clean binaries which are optionally built
-clean: clean-autoconf
+clean: clean-autoconf clean-lzo
        rm -f src/*.o popt/*.o
        rm -f $(check_PROGRAMS) $(bin_PROGRAMS)
        rm -f distccmon-gnome
@@ -444,6 +444,9 @@
 
 clean-autoconf:
        rm -f config.cache config.log
+
+clean-lzo:
+       cd lzo && $(MAKE) clean
 
 maintainer-clean: distclean maintainer-clean-web  \
        maintainer-clean-autoconf clean
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to