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}