From: Diego Biurrun Date: Fri, 13 Mar 2009 15:56:29 +0000 (+0000) Subject: Remove 'lib' and 'swscale-error' from list of phony targets. X-Git-Tag: v0.6~5362 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=38eb4b114daaa1a3fa6aa1ac827299f87579d6d0 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 --- diff --git a/Makefile b/Makefile index 52401514d9..c80284e4aa 100644 --- 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