From 374635a09589593782c5f757ab1727efe8d1bcc9 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 12 Apr 2005 05:48:08 +0000 Subject: Fix target for tonezone (bug #4001) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@623 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa5eba3..82787f2 100755 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ PRIMARY=torisa PWD=$(shell pwd) KERNEL_SOURCE?=/lib/modules/`uname -r`/build -all: $(BUILDVER) +all: $(BUILDVER) $(LIBTONEZONE) linux24: $(MODULESO) $(BINS) @@ -273,7 +273,7 @@ else @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; \ -- cgit v1.2.3