From c118f038d67d1088f4d1bf83619a1d1fcad3e698 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 28 Jun 2000 16:32:41 +0000 Subject: [PATCH] 288. [cleanup] dig is now installed in $bindir instead of $sbindir. host is now installed in $bindir. (Be sure to remove any $sbindir/dig from a previous release.) --- bin/dig/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index 92b24f15e6..38d7498143 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/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.10 2000/06/22 21:48:59 tale Exp $ +# $Id: Makefile.in,v 1.11 2000/06/28 16:32:41 tale Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -63,9 +63,10 @@ clean distclean:: rm -f ${TARGETS} installdirs: - if [ ! -d ${DESTDIR}${sbindir} ]; then \ - mkdir ${DESTDIR}${sbindir}; \ + if [ ! -d ${DESTDIR}${bindir} ]; then \ + mkdir ${DESTDIR}${bindir}; \ fi install:: dig host installdirs - ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${sbindir} + ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir} + ${LIBTOOL} ${INSTALL_PROGRAM} host ${DESTDIR}${bindir}