From 0cc647cbfb02b59355f7bbd53f16f0d7e3529050 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 13 Mar 2009 15:55:16 +0000 Subject: Mark all clean targets as phony. Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') 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) -- cgit v1.2.3