From: Russell Bryant Date: Thu, 22 Jun 2006 16:26:09 +0000 (+0000) Subject: actually allow all of the sub directories to be built when running "make", oops X-Git-Tag: 1.4.0-beta1~800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad05d819b9da523c4ab8d8a922bd2204b07a994;p=thirdparty%2Fasterisk.git actually allow all of the sub directories to be built when running "make", oops git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35533 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 8fc4724e66..43ffd50720 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) sounds +.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) $(SUBDIRS)