]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
"The big dig change" broke "make install":
authorAndreas Gustafsson <source@isc.org>
Sat, 21 Oct 2000 01:35:17 +0000 (01:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Sat, 21 Oct 2000 01:35:17 +0000 (01:35 +0000)
the mkinstalldirs script does not exist yet on the release branch

bin/dig/Makefile.in

index 0ac933f3eb50131167725a860b47ffed26130c46..f5f99379c79786598e8dc0f8b53c7af3f99f3e92 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.10.2.3 2000/10/06 19:08:00 mws Exp $
+# $Id: Makefile.in,v 1.10.2.4 2000/10/21 01:35:17 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -63,7 +63,9 @@ clean distclean::
        rm -f ${TARGETS}
 
 installdirs:
-       $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
+       if [ ! -d ${DESTDIR}${bindir} ]; then \
+               mkdir ${DESTDIR}${bindir}; \
+       fi
 
 install:: dig host nslookup installdirs
        ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir}