Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix thinko to make MKINFO=no work again. Closes PR...



details:   https://anonhg.NetBSD.org/src/rev/0b657c6797de
branches:  trunk
changeset: 472122:0b657c6797de
user:      billc <billc%NetBSD.org@localhost>
date:      Thu Apr 22 01:06:42 1999 +0000

description:
Fix thinko to make MKINFO=no work again.  Closes PRs 7342 and 7411.

diffstat:

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

diffs (23 lines):

diff -r 83f11bdf2799 -r 0b657c6797de share/mk/bsd.info.mk
--- a/share/mk/bsd.info.mk      Thu Apr 22 00:46:36 1999 +0000
+++ b/share/mk/bsd.info.mk      Thu Apr 22 01:06:42 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.info.mk,v 1.7 1999/02/12 15:01:08 tv Exp $
+#      $NetBSD: bsd.info.mk,v 1.8 1999/04/22 01:06:42 billc Exp $
 
 .if !target(__initialized__)
 __initialized__:
@@ -37,12 +37,12 @@
 FILESNAME_${F}=        ${F:T}
 .endfor
 
-.if ${MKINFO} != "no"
 all: ${INFOFILES}
 .else
 all:
 .endif
 
+.if ${MKINFO} != "no"
 cleaninfo:
        rm -f ${INFOFILES}
 .else



Home | Main Index | Thread Index | Old Index