Source-Changes-HG archive

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

[src/netbsd-1-4]: src/share/mk pullup 1.7->1.8 (billc)



details:   https://anonhg.NetBSD.org/src/rev/24240955401f
branches:  netbsd-1-4
changeset: 468415:24240955401f
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 22 14:46:13 1999 +0000

description:
pullup 1.7->1.8 (billc)

diffstat:

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

diffs (23 lines):

diff -r d0df93c221e0 -r 24240955401f share/mk/bsd.info.mk
--- a/share/mk/bsd.info.mk      Thu Apr 22 14:25:36 1999 +0000
+++ b/share/mk/bsd.info.mk      Thu Apr 22 14:46:13 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.7.2.1 1999/04/22 14:46:13 perry 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