From: Kevin P. Fleming Date: Mon, 21 Aug 2006 02:31:01 +0000 (+0000) Subject: main subdirectory is not dependencies for menuselect input X-Git-Tag: 1.4.0-beta1~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca6ee66c60e5997d3f4797c17a21d87b71b08e92;p=thirdparty%2Fasterisk.git main subdirectory is not dependencies for menuselect input git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40725 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index a42993d35a..a1480d0f28 100644 --- a/Makefile +++ b/Makefile @@ -654,7 +654,7 @@ mxml/libmxml.a: @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 > $@