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:
0cc647c
)
Remove 'lib' and 'swscale-error' from list of phony targets.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 13 Mar 2009 15:56:29 +0000
(15:56 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 13 Mar 2009 15:56:29 +0000
(15:56 +0000)
Both targets no longer exist.
Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5240151
..
c80284e
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:
documentation *test regtest-*
zlib-error alltools check