summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-11-03 09:36:56 +0100
committerFrancis Dupont <fdupont@isc.org>2016-11-03 09:36:56 +0100
commite4dcd805cc48b71a6f24e41ff8d4a212212f04b1 (patch)
treea8a849d47c3105c057b54451512777e12dbd10f5 /util
parente0735300c02e9ba47605a174ea3a3f79e98cda28 (diff)
downloadisc-dhcp-e4dcd805cc48b71a6f24e41ff8d4a212212f04b1.tar.gz
Merged rt43473 (libtool instal)
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.bind.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in
index 7c7a4a33..ccf77971 100644
--- a/util/Makefile.bind.in
+++ b/util/Makefile.bind.in
@@ -74,23 +74,23 @@ atf:
bind2:
# Build and install the libraries
# No need to do anything if we already have something installed.
- @if test -d ${binddir}/lib ; then \
- echo Bind libraries already installed ; \
- else \
- echo Building BIND libraries - this takes some time. ; \
- for libdir in ${bindlibs} ; do \
- (cd ${bindsrcdir}/lib/$$libdir ; \
- echo Building $$libdir library in `pwd` ; \
- $(MAKE) >> ${binddir}/build.log) ; \
- done ; \
- \
- echo Installing BIND libraries to ${binddir}. ; \
- for libdir in ${bindlibs} ; do \
- (cd ${bindsrcdir}/lib/$$libdir ; \
- MAKEDEFS="${installdirs}"; export MAKEDEFS; \
- $(MAKE) ${installdirs} install >> \
- ${binddir}/install.log) ; \
- done ; \
+ @if test -d ${binddir}/lib ; then \
+ echo Bind libraries already installed ; \
+ else \
+ echo Building BIND libraries - this takes some time. ; \
+ for libdir in ${bindlibs} ; do \
+ (cd ${bindsrcdir}/lib/$$libdir ; \
+ echo Building $$libdir library in `pwd` ; \
+ $(MAKE) >> ${binddir}/build.log) ; \
+ done ; \
+ \
+ echo Installing BIND libraries to ${binddir}. ; \
+ for libdir in ${bindlibs} ; do \
+ (cd ${bindsrcdir}/lib/$$libdir ; \
+ MAKEDEFS="${installdirs}"; export MAKEDEFS; \
+ $(MAKE) ${installdirs} LIBTOOL_MODE_INSTALL= install >> \
+ ${binddir}/install.log) ; \
+ done ; \
fi
clean: