]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add a couple more targets to .PHONY
authorRussell Bryant <russell@russellbryant.com>
Thu, 22 Jun 2006 15:45:32 +0000 (15:45 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 22 Jun 2006 15:45:32 +0000 (15:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35506 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
sounds/Makefile

index e03fe7177da8dd11288f7a26fc8dc623500b2f37..8fc4724e6632fbfd4b4a9a130b2cbb98bfbfa8b1 100644 (file)
--- 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
index 5655d420e9362e13c07b1ea01b40763210726e14..7a5d60d0442af249ec505c2dacc9d7b5c3c1a259 100644 (file)
@@ -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