From: Russell Bryant Date: Thu, 22 Jun 2006 15:45:32 +0000 (+0000) Subject: add a couple more targets to .PHONY X-Git-Tag: 1.4.0-beta1~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e807ea95ab935f6d677a14f370e273d14a94554f;p=thirdparty%2Fasterisk.git add a couple more targets to .PHONY git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35506 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index e03fe7177d..8fc4724e66 100644 --- a/Makefile +++ b/Makefile @@ -883,4 +883,4 @@ makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml so @echo "Generating list of available modules ..." @build_tools/prep_moduledeps > $@ -.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) +.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) sounds diff --git a/sounds/Makefile b/sounds/Makefile index 5655d420e9..7a5d60d044 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # -.PHONY: dist-clean all +.PHONY: dist-clean all uninstall ifneq ($(wildcard ../menuselect.makeopts),) include ../menuselect.makeopts