summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-13 15:55:16 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-13 15:55:16 +0000
commit0cc647cbfb02b59355f7bbd53f16f0d7e3529050 (patch)
tree1001f1b17ab9b17c298e9f12689232febbce6ad8 /Makefile
parent7ed673af71db7a1bcd314ac5ce44fa4068935569 (diff)
Mark all clean targets as phony.
Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c032bbc931..52401514d9 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-* testclean swscale-error zlib-error alltools check
+.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check