[MPlayer-cvslog] r23719 - trunk/Makefile
diego
subversion at mplayerhq.hu
Wed Jul 4 20:53:39 CEST 2007
Author: diego
Date: Wed Jul 4 20:53:39 2007
New Revision: 23719
Log:
Also remove generated tools on distclean.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Jul 4 20:53:39 2007
@@ -306,6 +306,7 @@ clean::
distclean:: doxygen_clean
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
+ $(MAKE) -C TOOLS distclean
-rm -f configure.log config.mak config.h
strip:
More information about the MPlayer-cvslog
mailing list