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