projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60598b2
)
Simplify phony target declaration.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 27 May 2008 00:32:26 +0000
(
00:32
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 27 May 2008 00:32:26 +0000
(
00:32
+0000)
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
46a0055
..
8d70490
100644
(file)
--- 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)