summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-27 00:32:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-27 00:32:26 +0000
commit5caf0949c09205d1568df9c8444714495a5615b0 (patch)
tree9178f1b6220015ddff30937f45b1da09cc295465 /Makefile
parent60598b2f9a6bc80eb40cfc141792697bb0980956 (diff)
Simplify phony target declaration.
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 46a005598f..8d70490e98 100644
--- a/Makefile
+++ b/Makefile
@@ -341,8 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(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)