Commit 5caf0949 authored by Diego Biurrun's avatar Diego Biurrun

Simplify phony target declaration.

Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 60598b2f
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment