summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-02-03 21:45:25 +0000
committerDavid Hankins <dhankins@isc.org>2004-02-03 21:45:25 +0000
commite8bdfeba7bf6c00563c5e262def2161d9c69af7d (patch)
treefec775f39bb9a83e465b745f08f244c57c73a07b /dhcpctl
parentdca324757cd50b933333dbff12287bdff001d28b (diff)
downloadisc-dhcp-e8bdfeba7bf6c00563c5e262def2161d9c69af7d.tar.gz
- Cross-compile bug fix; use $(AR) instead of ar.
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index 093dcbb3..e5d66026 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -39,7 +39,7 @@ cltest: cltest.o $(DHCPCTLLIBS)
libdhcpctl.a: $(OBJ)
rm -f libdhcpctl.a
- ar cruv libdhcpctl.a $(OBJ)
+ $(AR) cruv libdhcpctl.a $(OBJ)
$(RANLIB) libdhcpctl.a
install: all $(CATMANPAGES)