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

bin/nsupdate/Makefile.in

index f17222929b87621257de9543d6d3039a77c93126..451507e6d4c48a10e42ccfc64964db406d2e7903 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.14 2001/03/31 02:23:15 gson Exp $
+# $Id: Makefile.in,v 1.14.2.1 2001/06/01 00:46:28 bwelling Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -75,4 +75,4 @@ installdirs:
 
 install:: nsupdate installdirs
        ${LIBTOOL} ${INSTALL_PROGRAM} nsupdate ${DESTDIR}${bindir}
-       ${INSTALL_DATA} nsupdate.8 ${DESTDIR}${mandir}/man8
+       ${INSTALL_DATA} ${srcdir}/nsupdate.8 ${DESTDIR}${mandir}/man8