]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[#91] Applied Sergei's patch to util/Makefile.bind.in
authorTomek Mrugalski <tomek@isc.org>
Fri, 4 Feb 2022 17:25:44 +0000 (18:25 +0100)
committerTomek Mrugalski <tomek@isc.org>
Fri, 4 Feb 2022 17:25:44 +0000 (18:25 +0100)
util/Makefile.bind.in

index 7e2993f6656267966e0e7b2f5e6b1771063f0fc9..15611ac33b133673e956574a9e8b028104458557 100644 (file)
@@ -59,7 +59,7 @@ bind1:
                  ./configure ${bindconfig} > ${binddir}/configure.log); \
        fi
 
-atf:
+atf: bind1
 # Build and copy the ATF support if not yet installed.
        @if test -d ./atf ; then                      \
                echo ATF support already installed ;  \
@@ -70,7 +70,8 @@ atf:
                 cp -rp atf ${binddir}) ;             \
        fi
 
-bind2:
+@BIND_ATF_TRUE@bind2: atf
+bind2: bind1
 # Build and install the libraries
 # No need to do anything if we already have something installed.
        @if test -d ${binddir}/lib ; then                                 \