diff options
| author | christos <christos@NetBSD.org> | 2016-01-14 02:51:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-14 02:51:25 +0000 |
| commit | 7cddb9b6f0f473c7d3de27785aef04b637ad29d7 (patch) | |
| tree | 8b5598a938c54ecd13e8f27a07ac0441f9672dbe /Makefile | |
| parent | d7c111c71c942597e3ab880d47ba80d3ecc7c400 (diff) | |
fix direct reference to texinfo, bleh
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.316 2015/07/23 08:03:25 mrg Exp $ +# $NetBSD: Makefile,v 1.317 2016/01/14 02:51:25 christos Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -163,7 +163,7 @@ afterinstall: .PHONY .MAKE ${MAKEDIRTARGET} share/man makedb .endif .if (${MKUNPRIVED} != "no" && ${MKINFO} != "no") - ${MAKEDIRTARGET} gnu/usr.bin/texinfo/install-info infodir-meta + ${MAKEDIRTARGET} external/gpl2/texinfo/bin/install-info infodir-meta .endif .if !defined(NOPOSTINSTALL) ${MAKEDIRTARGET} . postinstall-check |
