[zaptel-commits] tzafrir: trunk r1562 - in /trunk/xpp: ./
utils/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Nov 6 14:16:55 MST 2006
Author: tzafrir
Date: Mon Nov 6 15:16:54 2006
New Revision: 1562
URL: http://svn.digium.com/view/zaptel?rev=1562&view=rev
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:
trunk/xpp/ (props changed)
trunk/xpp/utils/Makefile
Propchange: trunk/xpp/
------------------------------------------------------------------------------
svk:merge = f558416c-6c06-0410-9f27-dde2687782d0:/branches/1.4/xpp:1547
Modified: trunk/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/xpp/utils/Makefile?rev=1562&r1=1561&r2=1562&view=diff
==============================================================================
--- trunk/xpp/utils/Makefile (original)
+++ trunk/xpp/utils/Makefile Mon Nov 6 15:16:54 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 zaptel-commits
mailing list