summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormurf <murf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-02 19:54:24 +0000
committermurf <murf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-02 19:54:24 +0000
commit4f4ce556b7de7923a1ceed8b60e3898eb7c0ba5f (patch)
tree99e9b94cb0d025c1526bc630cd31c312a52c37c0 /Makefile
parentd3e1d8e17274b865600ae220121017fa4a9a84e7 (diff)
Uh, this wasn't installing: I put a colon in the MAN_PAGES set, and removed an 'exit 1' that prematurely stopped an installation. I'm weirded out. I hope this is a good mod
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2487 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-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 ; \