summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; \