From: Jason Parker Date: Tue, 13 Nov 2007 00:19:50 +0000 (+0000) Subject: oops, somebody left out the directory here... X-Git-Tag: 1.6.0-beta1~3^2~905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94f0144ecaff14844f0668fdaa41fb8c96f01da9;p=thirdparty%2Fasterisk.git oops, somebody left out the directory here... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89203 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 8c3a82852e..2712fb45ce 100644 --- a/Makefile +++ b/Makefile @@ -753,7 +753,7 @@ menuselect/gmenuselect: menuselect/makeopts @CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect gmenuselect CONFIGURE_SILENT="--silent" menuselect/makeopts: - @CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C makeopts CONFIGURE_SILENT="--silent" + @CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect makeopts CONFIGURE_SILENT="--silent" 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 configure @echo "Generating input for menuselect ..."