From 3263626feb329ea711fad5b92a11ee3f0440c7bb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Oct 2006 17:42:17 +0000 Subject: Mark all phony targets as such. Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 0961c1740f..9211db5765 100644 --- a/common.mak +++ b/common.mak @@ -89,6 +89,8 @@ uninstall-headers: rm -f "$(addprefix $(incdir)/,$(HEADERS))" rm -f "$(libdir)/pkgconfig/lib$(NAME).pc" +.PHONY: all depend dep clean distclean install* uninstall* + # # include dependency files if they exist # -- cgit v1.2.3