summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-15 07:37:14 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-15 07:37:14 +0000
commitcfdfd3a78881428f690408e96ebadb8baaee453e (patch)
tree41c1f083b6b673bedaa727015c7220d2100d7cf1
parent25dc018479c97c21e55c8cbf9eaceb832e947075 (diff)
compile libtonezone with 'make', not 'make install' (bug #4001)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@627 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d23e8f2..635f81c 100755
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ PRIMARY=torisa
PWD=$(shell pwd)
KERNEL_SOURCE?=/lib/modules/`uname -r`/build
-all: $(BUILDVER)
+all: $(BUILDVER) $(LIBTONEZONE)
linux24: $(MODULESO) $(BINS)
@@ -259,7 +259,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; \