[svn-commits] tzafrir: trunk r1561 - /trunk/xpp/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 6 14:14:09 MST 2006


Author: tzafrir
Date: Mon Nov  6 15:14:08 2006
New Revision: 1561

URL: http://svn.digium.com/view/zaptel?rev=1561&view=rev
Log:
util/Makefile: reverting small change to allow automatic merge...

Modified:
    trunk/xpp/utils/Makefile

Modified: trunk/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/xpp/utils/Makefile?rev=1561&r1=1560&r2=1561&view=diff
==============================================================================
--- trunk/xpp/utils/Makefile (original)
+++ trunk/xpp/utils/Makefile Mon Nov  6 15:14:08 2006
@@ -48,8 +48,7 @@
 test_parse: test_parse.o libhexfile.a
 	$(CC) -L. -o $@ $@.o $(EXTRA_LIBS) -lhexfile -lusb
 
-print_modes.o: print_modes.c wctdm_fxomodes.h
-	$(HOSTCC) $(CFLAGS) -c $^
+print_modes.o: wctdm_fxomodes.h
 
 wctdm_fxomodes.h: $(WCTDM)
 	perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@



More information about the svn-commits mailing list