git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923ed97
)
Add "testclean" target to .PHONY
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Fri, 13 Mar 2009 13:51:52 +0000
(13:51 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Fri, 13 Mar 2009 13:51:52 +0000
(13:51 +0000)
Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5240151
..
c032bbc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-303,4
+303,4
@@
tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check
+.PHONY: lib documentation *test regtest-*
testclean
swscale-error zlib-error alltools check