summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-09 05:17:52 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-09 05:17:52 +0000
commit1c50ade8f65abc05f9b3d0c5687ed1cd9ff789aa (patch)
tree202326adce322bedcb3a7a91a076e61af0e7374e /xpp
parentb30151005acff78fbe0713db984fdf5711f51e59 (diff)
The rest of the backport.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4158 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/utils/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/xpp/utils/Makefile b/xpp/utils/Makefile
index b38f425..d8290eb 100644
--- a/xpp/utils/Makefile
+++ b/xpp/utils/Makefile
@@ -49,8 +49,6 @@ ifeq (,$(PBX_LIBUSB))
PBX_LIBUSB = $(shell if [ -r /usr/include/usb.h ]; then echo 1; else echo 0; fi)
endif
-WCTDM=$(ZAP_KERNEL)/wctdm.c
-
CFLAGS = -g -Wall $(EXTRA_CFLAGS)
%.8: %
@@ -129,9 +127,6 @@ test_parse: test_parse.o libhexfile.a
print_modes: print_modes.c $(ZAP_KERNEL)/fxo_modes.h
$(HOSTCC) -I$(ZAP_KERNEL) -o $@ $(CFLAGS) $<
-wctdm_fxomodes.h: $(WCTDM)
- perl -n -e 'print if (/^static struct fxo_mode {$$/ .. /};$$/)' $(WCTDM) >$@
-
init_fxo_modes: print_modes
./$< >$@