[zaptel-commits] tzafrir: branch 1.4 r2869 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Aug 17 02:12:36 CDT 2007


Author: tzafrir
Date: Fri Aug 17 02:12:36 2007
New Revision: 2869

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2869
Log:
Build menuselect with the HOSTCC.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2869&r1=2868&r2=2869
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Aug 17 02:12:36 2007
@@ -636,7 +636,7 @@
 	- at menuselect/menuselect $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
 
 menuselect/menuselect: menuselect/menuselect.c menuselect/menuselect_curses.c menuselect/menuselect_stub.c menuselect/menuselect.h menuselect/linkedlists.h config.status
-	@CFLAGS="" $(MAKE) -C menuselect
+	@CFLAGS="" $(MAKE) -C menuselect CC=$(HOSTCC)
 
 menuselect-tree: zaptel.xml firmware/firmware.xml
 	@echo "Generating input for menuselect ..."




More information about the zaptel-commits mailing list