diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-13 15:56:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-13 15:56:29 +0000 |
commit | 38eb4b114daaa1a3fa6aa1ac827299f87579d6d0 (patch) | |
tree | a1101e20644d3f95e739c9586afa65d704d7d485 | |
parent | 0cc647cbfb02b59355f7bbd53f16f0d7e3529050 (diff) | |
download | ffmpeg-38eb4b114daaa1a3fa6aa1ac827299f87579d6d0.tar.gz |
Remove 'lib' and 'swscale-error' from list of phony targets.
Both targets no longer exist.
Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |