Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Catch up to Makefile rev 1.40 (from 2006): add ...
details: https://anonhg.NetBSD.org/src/rev/a33e19c0ae5d
branches: trunk
changeset: 763585:a33e19c0ae5d
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Mar 26 21:42:12 2011 +0000
description:
Catch up to Makefile rev 1.40 (from 2006): add lstPrev.o. Closes PR 43466.
diffstat:
usr.bin/make/Makefile.boot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9ec4f16a5bf7 -r a33e19c0ae5d usr.bin/make/Makefile.boot
--- a/usr.bin/make/Makefile.boot Sat Mar 26 21:40:37 2011 +0000
+++ b/usr.bin/make/Makefile.boot Sat Mar 26 21:42:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.19 2009/01/24 11:59:39 dsl Exp $
+# $NetBSD: Makefile.boot,v 1.20 2011/03/26 21:42:12 dholland Exp $
#
# a very simple makefile...
#
@@ -32,7 +32,7 @@
lst.lib/lstInit.o lst.lib/lstInsert.o lst.lib/lstIsAtEnd.o \
lst.lib/lstIsEmpty.o lst.lib/lstLast.o lst.lib/lstMember.o \
lst.lib/lstNext.o lst.lib/lstOpen.o lst.lib/lstRemove.o \
- lst.lib/lstReplace.o lst.lib/lstSucc.o
+ lst.lib/lstReplace.o lst.lib/lstSucc.o lst.lib/lstPrev.o
bmake: ${OBJ} ${LIBOBJ}
# @echo 'make of make and make.0 started.'
Home |
Main Index |
Thread Index |
Old Index