[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


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; \




More information about the svn-commits mailing list