Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk all: depend on ${SCRIPTS} so that they get generate...
details: https://anonhg.NetBSD.org/src/rev/5b8f5cb71d8b
branches: trunk
changeset: 480568:5b8f5cb71d8b
user: assar <assar%NetBSD.org@localhost>
date: Sun Jan 16 03:34:27 2000 +0000
description:
all: depend on ${SCRIPTS} so that they get generated if they need to
diffstat:
share/mk/bsd.prog.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8d57723a7ce4 -r 5b8f5cb71d8b share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Sun Jan 16 03:30:23 2000 +0000
+++ b/share/mk/bsd.prog.mk Sun Jan 16 03:34:27 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.105 1999/11/23 13:22:38 blymn Exp $
+# $NetBSD: bsd.prog.mk,v 1.106 2000/01/16 03:34:27 assar Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@@ -119,7 +119,7 @@
.endif # !defined(MAN)
.endif # defined(PROG)
-all: ${PROG}
+all: ${PROG} ${SCRIPTS}
cleanprog:
rm -f a.out [Ee]rrs mklog core *.core \
Home |
Main Index |
Thread Index |
Old Index