Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Work around "make obj" lossage in tools/. Dunno why t...
details: https://anonhg.NetBSD.org/src/rev/97f596b43b00
branches: trunk
changeset: 515336:97f596b43b00
user: tv <tv%NetBSD.org@localhost>
date: Sat Sep 22 12:29:22 2001 +0000
description:
Work around "make obj" lossage in tools/. Dunno why this is happening
just yet; will investigate this evening.
diffstat:
tools/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a5b657c462a5 -r 97f596b43b00 tools/Makefile
--- a/tools/Makefile Sat Sep 22 08:43:28 2001 +0000
+++ b/tools/Makefile Sat Sep 22 12:29:22 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/22 04:15:19 tv Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/22 12:29:22 tv Exp $
.include <bsd.own.mk>
@@ -10,6 +10,6 @@
toolchain .WAIT texinfo
.endif
-TARGETS= build
+TARGETS= build obj
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index