[svn-commits] kpfleming: trunk r40725 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Aug 20 19:31:01 MST 2006


Author: kpfleming
Date: Sun Aug 20 21:31:01 2006
New Revision: 40725

URL: http://svn.digium.com/view/asterisk?rev=40725&view=rev
Log:
main subdirectory is not dependencies for menuselect input

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=40725&r1=40724&r2=40725&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Aug 20 21:31:01 2006
@@ -654,7 +654,7 @@
 	@cd mxml && unset CFLAGS AST_LIBS && test -f config.h || ./configure --build=$(BUILD_PLATFORM) --host=$(BUILD_PLATFORM)
 	$(MAKE) -C mxml libmxml.a
 
-menuselect-tree: $(foreach dir,$(MOD_SUBDIRS),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml sounds/sounds.xml build_tools/embed_modules.xml
+menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml sounds/sounds.xml build_tools/embed_modules.xml
 	@echo "Generating input for menuselect ..."
 	@build_tools/prep_moduledeps > $@
 



More information about the svn-commits mailing list