[svn-commits] kpfleming: trunk r40791 - /trunk/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Aug 21 13:18:37 MST 2006
Author: kpfleming
Date: Mon Aug 21 15:18:36 2006
New Revision: 40791
URL: http://svn.digium.com/view/asterisk?rev=40791&view=rev
Log:
another variable to clear out before configuring mxml
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=40791&r1=40790&r2=40791&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug 21 15:18:36 2006
@@ -650,7 +650,7 @@
@CFLAGS="-include $(ASTTOPDIR)/include/asterisk/autoconfig.h -I$(ASTTOPDIR)/include" PARENTSRC="$(ASTTOPDIR)" $(MAKE) -C menuselect CC="$(HOST_CC)" menuselect
mxml/libmxml.a:
- @cd mxml && unset CFLAGS AST_LIBS && test -f config.h || ./configure --build=$(BUILD_PLATFORM) --host=$(BUILD_PLATFORM)
+ @cd mxml && unset CC CFLAGS AST_LIBS && test -f config.h || ./configure --build=$(BUILD_PLATFORM) --host=$(BUILD_PLATFORM)
$(MAKE) -C mxml libmxml.a
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
More information about the svn-commits
mailing list