From: Andreas Gustafsson Date: Mon, 13 Nov 2000 22:11:47 +0000 (+0000) Subject: pullup: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cbe1fb4b31ee37dab6c9e8c1cd4db89098cd26;p=thirdparty%2Fbind9.git pullup: 554. [bug] In some cases, not all of the dnssec tools were properly installed. --- diff --git a/CHANGES b/CHANGES index 6d4a4dc501c..96889858a91 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + + 554. [bug] In some cases, not all of the dnssec tools were + properly installed. + 553. [bug] Incoming zone transfers deferred due to quota were not started when quota was increased but only when a transfer in progress finished. [RT #456] diff --git a/bin/dnssec/Makefile.in b/bin/dnssec/Makefile.in index c32e059f67d..145ace1736d 100644 --- a/bin/dnssec/Makefile.in +++ b/bin/dnssec/Makefile.in @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/06/22 21:49:01 tale Exp $ +# $Id: Makefile.in,v 1.7.2.1 2000/11/13 22:11:47 gson Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -70,5 +70,5 @@ installdirs: mkdir ${DESTDIR}${sbindir}; \ fi -install:: ${TARGSTS} installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} ${TARGETS} ${DESTDIR}${sbindir} +install:: ${TARGETS} installdirs + for t in ${TARGETS}; do ${LIBTOOL} ${INSTALL_PROGRAM} $$t ${DESTDIR}${sbindir}; done