[svn-commits] qwell: trunk r89203 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 12 18:19:51 CST 2007


Author: qwell
Date: Mon Nov 12 18:19:50 2007
New Revision: 89203

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89203
Log:
oops, somebody left out the directory here...

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=89203&r1=89202&r2=89203
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Nov 12 18:19:50 2007
@@ -753,7 +753,7 @@
 	@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 ..."




More information about the svn-commits mailing list