554. [bug] In some cases, not all of the dnssec tools were
properly installed.
+
+ 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]
# 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@
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