]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Fri, 1 Jun 2001 00:46:23 +0000 (00:46 +0000)
committerBrian Wellington <source@isc.org>
Fri, 1 Jun 2001 00:46:23 +0000 (00:46 +0000)
man pages were not properly installed in separate-object-dir builds

bin/dig/Makefile.in

index 3e680b092a9bc2891274a851a34d5a57a00ccb63..97c75d7ebc49f34b60d6f3e682d7426ed4b60fe6 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.21 2001/02/28 11:33:23 marka Exp $
+# $Id: Makefile.in,v 1.21.2.1 2001/06/01 00:46:23 bwelling Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -72,4 +72,4 @@ install:: dig host nslookup installdirs
        ${LIBTOOL} ${INSTALL_PROGRAM} dig ${DESTDIR}${bindir}
        ${LIBTOOL} ${INSTALL_PROGRAM} host ${DESTDIR}${bindir}
        ${LIBTOOL} ${INSTALL_PROGRAM} nslookup ${DESTDIR}${bindir}
-       for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man1; done
+       for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man1; done