summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-02-09 16:39:04 +0000
committerDavid Hankins <dhankins@isc.org>2004-02-09 16:39:04 +0000
commitde1e8c640b930132530ab7442b62cf9896d498da (patch)
tree32ad2f9b1a83de473158bab0b648f397856b86a8 /dhcpctl
parentf46b8a8c9a42b1f8d8164096f7fa75f40d21b8ee (diff)
downloadisc-dhcp-de1e8c640b930132530ab7442b62cf9896d498da.tar.gz
- Backed out cross-compile fix, not as suitable for release as I originally
thought.
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 e5d66026..093dcbb3 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)