summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-02-24 17:20:08 -0500
committerGravatar Karl Ramm <kcr@1ts.org>2013-02-24 17:20:08 -0500
commit154fba1677f7319e60fc717780669848e141f4b4 (patch)
tree3bbdc9cc5a3480ec2eed5961df014887de80cdbc /clients
parent76cd4baec8f5c266c8047cc88981f84701e1fc7a (diff)
handle generated man pages with offset builds
Diffstat (limited to 'clients')
-rw-r--r--clients/zctl/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/zctl/Makefile.in b/clients/zctl/Makefile.in
index fa8d4ae..664cbd9 100644
--- a/clients/zctl/Makefile.in
+++ b/clients/zctl/Makefile.in
@@ -55,9 +55,9 @@ zctl.1: ${srcdir}/zctl.1.in Makefile
check:
-install: zctl
+install: zctl zctl.1
${LIBTOOL} --mode=install ${INSTALL} -m 755 zctl ${DESTDIR}${bindir}
- ${INSTALL} -m 644 ${srcdir}/zctl.1 ${DESTDIR}${mandir}/man1
+ ${INSTALL} -m 644 zctl.1 ${DESTDIR}${mandir}/man1
clean:
${LIBTOOL} --mode=clean rm -f zctl