[asterisk-commits] branch russell/make_menuconfig - r7598
/team/russell/make_menuconfig/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Dec 22 13:48:25 CST 2005
Author: russell
Date: Thu Dec 22 13:48:23 2005
New Revision: 7598
URL: http://svn.digium.com/view/asterisk?rev=7598&view=rev
Log:
only build the static library, since we don't need anything else
Modified:
team/russell/make_menuconfig/Makefile
Modified: team/russell/make_menuconfig/Makefile
URL: http://svn.digium.com/view/asterisk/team/russell/make_menuconfig/Makefile?rev=7598&r1=7597&r2=7598&view=diff
==============================================================================
--- team/russell/make_menuconfig/Makefile (original)
+++ team/russell/make_menuconfig/Makefile Thu Dec 22 13:48:23 2005
@@ -920,4 +920,4 @@
mxml/libmxml.a: FORCE
cd mxml && test -f config.h || ./configure
- $(MAKE) -C mxml
+ $(MAKE) -C mxml libmxml.a
More information about the asterisk-commits
mailing list