[svn-commits] tzafrir: branch 1.2 r1647 - in /branches/1.2/xpp: ./ utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 28 06:34:34 MST 2006


Author: tzafrir
Date: Tue Nov 28 07:34:33 2006
New Revision: 1647

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1647
Log:
 r1547 at boole:  russell | 2006-11-01 21:04:02 +0200
 instead of setting HOSTCC and CC directly in the Makefile, use the information
 provided by the configure script (issue #8055, tzafrir)
 

Modified:
    branches/1.2/xpp/   (props changed)
    branches/1.2/xpp/utils/Makefile

Propchange: branches/1.2/xpp/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Tue Nov 28 07:34:33 2006
@@ -1,2 +1,2 @@
-f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1471
+f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1547
 f558416c-6c06-0410-9f27-dde2687782d0:/trunk/xpp:1453

Modified: branches/1.2/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/utils/Makefile?view=diff&rev=1647&r1=1646&r2=1647
==============================================================================
--- branches/1.2/xpp/utils/Makefile (original)
+++ branches/1.2/xpp/utils/Makefile Tue Nov 28 07:34:33 2006
@@ -48,7 +48,8 @@
 test_parse: test_parse.o libhexfile.a
 	$(CC) -L. -o $@ $@.o $(EXTRA_LIBS) -lhexfile -lusb
 
-print_modes.o: wctdm_fxomodes.h
+print_modes.o: print_modes.c wctdm_fxomodes.h
+	$(HOSTCC) $(CFLAGS) -c $^
 
 wctdm_fxomodes.h: $(WCTDM)
 	perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@



More information about the svn-commits mailing list