summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-02-04 18:25:44 +0100
committerTomek Mrugalski <tomek@isc.org>2022-02-04 18:25:44 +0100
commite31705ff9a3289ea0a36400473b8b03d4f6a237c (patch)
tree274cf46b3bfcbb892cf73318d324fdc31ce8a465
parent5a019462357004139d4bcbfaf299fc23cebdeeae (diff)
downloadisc-dhcp-e31705ff9a3289ea0a36400473b8b03d4f6a237c.tar.gz
[#91] Applied Sergei's patch to util/Makefile.bind.in
-rw-r--r--util/Makefile.bind.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in
index 7e2993f6..15611ac3 100644
--- a/util/Makefile.bind.in
+++ b/util/Makefile.bind.in
@@ -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 \