Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk The previous commit was *definitely* wrong. It ind...



details:   https://anonhg.NetBSD.org/src/rev/c00012c6aede
branches:  trunk
changeset: 487456:c00012c6aede
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Jun 08 03:05:17 2000 +0000

description:
The previous commit was *definitely* wrong.  It indicates an out of date
make(1).

diffstat:

 share/mk/bsd.info.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 96ba7940eed0 -r c00012c6aede share/mk/bsd.info.mk
--- a/share/mk/bsd.info.mk      Thu Jun 08 02:53:47 2000 +0000
+++ b/share/mk/bsd.info.mk      Thu Jun 08 03:05:17 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.info.mk,v 1.13 2000/06/07 16:29:11 matt Exp $
+#      $NetBSD: bsd.info.mk,v 1.14 2000/06/08 03:05:17 mycroft Exp $
 
 .if !target(__initialized__)
 __initialized__:
@@ -23,9 +23,6 @@
 .if defined(TEXINFO) && !empty(TEXINFO) && ${MKINFO} != "no"
 INFOFILES=     ${TEXINFO:C/\.te?xi(nfo)?$/.info/}
 FILES+=                ${INFOFILES}
-.for F in ${INFOFILES}
-FILESDIR_${F}= ${INFODIR}
-.endfor
 .NOPATH:       ${INFOFILES}
 
 infoinstall:



Home | Main Index | Thread Index | Old Index