summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1f0db0..3104d9c 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ ifneq (,$(wildcard /usr/include/newt.h))
BINS+=zttool
MAN_PAGES_BASE += zttool
endif
-MAN_PAGES = $(MAN_PAGES_BASE%=doc/%.8)
+MAN_PAGES = $(MAN_PAGES_BASE:%=doc/%.8)
ifeq ($(BUILDVER),linux24)
all: prereq $(MODULESO) wct4xxp/wct4xxp.o $(BINS) $(LIBTONEZONE_SO)
@@ -360,7 +360,6 @@ install: all devices firmware
if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi
install -d $(INSTALL_PREFIX)$(MANDIR)
install -m 644 $(MAN_PAGES) $(INSTALL_PREFIX)$(MANDIR)
- exit 1
ifeq ($(BUILDVER),linux26)
for x in $(MODULESKO); do \
rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \