[asterisk-commits] kpfleming: branch group/new_loader_completion r40557 - /team/group/new_loader...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Aug 19 18:08:08 MST 2006


Author: kpfleming
Date: Sat Aug 19 20:08:07 2006
New Revision: 40557

URL: http://svn.digium.com/view/asterisk?rev=40557&view=rev
Log:
missed one

Modified:
    team/group/new_loader_completion/Makefile

Modified: team/group/new_loader_completion/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/Makefile?rev=40557&r1=40556&r2=40557&view=diff
==============================================================================
--- team/group/new_loader_completion/Makefile (original)
+++ team/group/new_loader_completion/Makefile Sat Aug 19 20:08:07 2006
@@ -668,7 +668,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 || CC="$(HOST_CC)" ./configure
+	@cd mxml && unset CFLAGS AST_LIBS && test -f config.h || CC="$(HOST_CC)" RANLIB="ranlib" ./configure
 	$(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



More information about the asterisk-commits mailing list