]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Make ranlib optional.
authorTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:43:00 +0000 (01:43 +0000)
committerTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:43:00 +0000 (01:43 +0000)
common/Makefile.dist

index 1411d3ef13c4e4b08ad1d0963a8620b1668f0f58..031d24888f2eee3b62effda8455dad43885f866f 100644 (file)
@@ -38,7 +38,7 @@ all:  libdhcp.a $(CATMANPAGES)
 libdhcp.a:     $(OBJ)
        rm -f libdhcp.a
        ar cruv libdhcp.a $(OBJ)
-       ranlib libdhcp.a
+       $(RANLIB) libdhcp.a
 
 install: all
        for dir in $(FFMANDIR); do \