summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-12 05:48:08 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-12 05:48:08 +0000
commit374635a09589593782c5f757ab1727efe8d1bcc9 (patch)
tree4af02318c425472e0130f1a812b99bb5f97890f1
parent2d8b08c0599fc73a1a3d114f79e6e0968227f5b4 (diff)
Fix target for tonezone (bug #4001)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@623 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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; \