[Asterisk-cvs] zaptel Makefile,1.70,1.71
markster at lists.digium.com
markster at lists.digium.com
Tue Apr 12 00:56:17 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/codecs codec_adpcm.c, 1.15,
1.16 codec_alaw.c, 1.8, 1.9 codec_g726.c, 1.7, 1.8 codec_gsm.c,
1.14, 1.15 codec_lpc10.c, 1.12, 1.13 codec_ulaw.c, 1.9, 1.10
- Next message: [Asterisk-cvs] asterisk dnsmgr.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv316
Modified Files:
Makefile
Log Message:
Fix target for tonezone (bug #4001)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Makefile 5 Apr 2005 04:12:12 -0000 1.70
+++ Makefile 12 Apr 2005 05:48:08 -0000 1.71
@@ -74,7 +74,7 @@
PWD=$(shell pwd)
KERNEL_SOURCE?=/lib/modules/`uname -r`/build
-all: $(BUILDVER)
+all: $(BUILDVER) $(LIBTONEZONE)
linux24: $(MODULESO) $(BINS)
@@ -273,7 +273,7 @@
@echo "**** If you are running udev, read README.udev"
endif
-install: all devices $(LIBTONEZONE)
+install: all devices
install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
if [ -f sethdlc-new ]; then \
install -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \
- Previous message: [Asterisk-cvs] asterisk/codecs codec_adpcm.c, 1.15,
1.16 codec_alaw.c, 1.8, 1.9 codec_g726.c, 1.7, 1.8 codec_gsm.c,
1.14, 1.15 codec_lpc10.c, 1.12, 1.13 codec_ulaw.c, 1.9, 1.10
- Next message: [Asterisk-cvs] asterisk dnsmgr.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list