Index: Makefile =================================================================== RCS file: /usr/cvsroot/zaptel/Makefile,v retrieving revision 1.70 diff -u -r1.70 Makefile --- Makefile 5 Apr 2005 04:12:12 -0000 1.70 +++ Makefile 12 Apr 2005 03:04:08 -0000 @@ -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; \