[MPlayer-cvslog] r22071 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Jan 30 12:01:10 CET 2007


Author: diego
Date: Tue Jan 30 12:01:10 2007
New Revision: 22071

Modified:
   trunk/Makefile

Log:
Mark phony targets as such.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Jan 30 12:01:10 2007
@@ -428,3 +428,6 @@
 ifneq ($(wildcard .depend),)
 include .depend
 endif
+
+.PHONY: all install* uninstall dirclean clean distclean strip dep depend
+.PHONY: doxygen doxygen_clean



More information about the MPlayer-cvslog mailing list