[FFmpeg-cvslog] r17950 - in trunk: Makefile common.mak

diego subversion
Fri Mar 13 16:55:17 CET 2009


Author: diego
Date: Fri Mar 13 16:55:16 2009
New Revision: 17950

Log:
Mark all clean targets as phony.

Modified:
   trunk/Makefile
   trunk/common.mak

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Fri Mar 13 15:10:49 2009	(r17949)
+++ trunk/Makefile	Fri Mar 13 16:55:16 2009	(r17950)
@@ -303,4 +303,4 @@ tests/seek_test$(EXESUF): tests/seek_tes
 	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
 
-.PHONY: lib documentation *test regtest-* testclean swscale-error zlib-error alltools check
+.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Fri Mar 13 15:10:49 2009	(r17949)
+++ trunk/common.mak	Fri Mar 13 16:55:16 2009	(r17950)
@@ -54,7 +54,7 @@ install: install-libs install-headers
 
 uninstall: uninstall-libs uninstall-headers
 
-.PHONY: all depend dep clean distclean install* uninstall* tests
+.PHONY: all depend dep *clean install* uninstall* tests
 endif
 
 CFLAGS   += $(CFLAGS-yes)




More information about the ffmpeg-cvslog mailing list