From 6476321b6953b1c72edfa3b13659cfa0ca5d4861 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 13 Mar 2009 15:55:16 +0000 Subject: [PATCH] Mark all clean targets as phony. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17950 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- Makefile | 2 +- common.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c032bbc93..52401514d 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 diff --git a/common.mak b/common.mak index c26625b2f..9b1ebd734 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) -- 2.39.2