[FFmpeg-cvslog] r13450 - trunk/Makefile
diego
subversion
Tue May 27 02:32:26 CEST 2008
Author: diego
Date: Tue May 27 02:32:26 2008
New Revision: 13450
Log:
Simplify phony target declaration.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May 27 02:32:26 2008
@@ -341,8 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_tes
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: lib videohook documentation TAGS
-.PHONY: codectest libavtest seektest servertest fulltest test
-.PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error
+.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error
-include $(VHOOK_DEPS)
More information about the ffmpeg-cvslog
mailing list