diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-13 15:55:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-13 15:55:16 +0000 |
commit | 0cc647cbfb02b59355f7bbd53f16f0d7e3529050 (patch) | |
tree | 1001f1b17ab9b17c298e9f12689232febbce6ad8 /common.mak | |
parent | 7ed673af71db7a1bcd314ac5ce44fa4068935569 (diff) | |
download | ffmpeg-0cc647cbfb02b59355f7bbd53f16f0d7e3529050.tar.gz |
Mark all clean targets as phony.
Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak index c26625b2fc..9b1ebd7341 100644 --- a/common.mak +++ b/common.mak @@ -54,7 +54,7 @@ install: install-libs install-headers uninstall: uninstall-libs uninstall-headers -.PHONY: all depend dep clean distclean install* uninstall* tests +.PHONY: all depend dep *clean install* uninstall* tests endif CFLAGS += $(CFLAGS-yes) |