From: Jeremy C. Reed Date: Fri, 28 Mar 2014 18:04:02 +0000 (-0500) Subject: have the install target also do installdirs X-Git-Tag: v9.10.0rc1~31 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=35094302daef6ca25262f915a5d123cfa1c7bcbd;p=thirdparty%2Fbind9.git have the install target also do installdirs as other tool's makefiles do. Okayed by each via jabber. --- diff --git a/bin/delve/Makefile.in b/bin/delve/Makefile.in index 986d9bb3cb2..a0c52996cd2 100644 --- a/bin/delve/Makefile.in +++ b/bin/delve/Makefile.in @@ -70,7 +70,7 @@ installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1 -install:: delve@EXEEXT@ +install:: delve@EXEEXT@ installdirs ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} \ delve@EXEEXT@ ${DESTDIR}${bindir} ${INSTALL_DATA} ${srcdir}/delve.1 ${DESTDIR}${mandir}/man1