]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 13 Nov 2000 22:11:47 +0000 (22:11 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 13 Nov 2000 22:11:47 +0000 (22:11 +0000)
 554.   [bug]           In some cases, not all of the dnssec tools were
                        properly installed.

CHANGES
bin/dnssec/Makefile.in

diff --git a/CHANGES b/CHANGES
index 6d4a4dc501c9a11233047e3e1c60d14c3f97a6c9..96889858a91cda25a9289c3fc963b5a60fa029c2 100644 (file)
--- 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]
index c32e059f67d494b3f6ec9ac079a90b773b1ce85b..145ace1736d4e10c6a8cc878c79abd554c0dae97 100644 (file)
@@ -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