[MPlayer-cvslog] r26444 - in trunk: Makefile mpcommon.mak
diego
subversion at mplayerhq.hu
Sun Apr 13 23:23:27 CEST 2008
Author: diego
Date: Sun Apr 13 23:23:27 2008
New Revision: 26444
Log:
Declare all clean targets phony in mpcommon.mak.
Modified:
trunk/Makefile
trunk/mpcommon.mak
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Apr 13 23:23:27 2008
@@ -486,4 +486,4 @@ libfaad2/libfaad2.a: .norecurse $(wildca
loader/libloader.a: .norecurse $(wildcard loader/*.[chSs])
vidix/libvidix.a: .norecurse $(wildcard vidix/*.[ch])
-.PHONY: all install* uninstall strip doxygen doxygen_clean
+.PHONY: all install* uninstall strip doxygen
Modified: trunk/mpcommon.mak
==============================================================================
--- trunk/mpcommon.mak (original)
+++ trunk/mpcommon.mak Sun Apr 13 23:23:27 2008
@@ -38,4 +38,4 @@ checkheaders: $(ALLHEADERS:.h=.ho)
-include .depend
-.PHONY: libs clean distclean dep depend
+.PHONY: libs *clean dep depend
More information about the MPlayer-cvslog
mailing list