[Asterisk-cvs] zaptel Makefile,1.52.2.9,1.52.2.10

russell at lists.digium.com russell at lists.digium.com
Fri Apr 15 02:45:45 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv21344

Modified Files:
      Tag: v1-0
	Makefile 
Log Message:
compile libtonezone with 'make', not 'make install' (bug #4001)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.52.2.9
retrieving revision 1.52.2.10
diff -u -d -r1.52.2.9 -r1.52.2.10
--- Makefile	5 Apr 2005 05:39:48 -0000	1.52.2.9
+++ Makefile	15 Apr 2005 07:37:14 -0000	1.52.2.10
@@ -73,7 +73,7 @@
 PWD=$(shell pwd)
 KERNEL_SOURCE?=/lib/modules/`uname -r`/build
 
-all: $(BUILDVER)
+all: $(BUILDVER) $(LIBTONEZONE)
 
 linux24: $(MODULESO) $(BINS)
 
@@ -259,7 +259,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