summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-06 21:14:08 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-06 21:14:08 +0000
commit2b20d1fe2b18aa32ba95ea3a6d54e32bab438724 (patch)
tree463b1d35fe342b581dbe224f24c605757cea4f16 /xpp
parentfe41c6d7c14ae4742c1b75d9db994e3cddab780f (diff)
util/Makefile: reverting small change to allow automatic merge...
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1561 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/utils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/xpp/utils/Makefile b/xpp/utils/Makefile
index b7d77f3..7dc4fa2 100644
--- a/xpp/utils/Makefile
+++ b/xpp/utils/Makefile
@@ -48,8 +48,7 @@ test_parse.o: test_parse.c hexfile.h
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) >$@