Module Name: src
Committed By: dholland
Date: Sat Mar 26 21:42:12 UTC 2011
Modified Files:
src/usr.bin/make: Makefile.boot
Log Message:
Catch up to Makefile rev 1.40 (from 2006): add lstPrev.o. Closes PR 43466.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/make/Makefile.boot
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/Makefile.boot
diff -u src/usr.bin/make/Makefile.boot:1.19 src/usr.bin/make/Makefile.boot:1.20
--- src/usr.bin/make/Makefile.boot:1.19 Sat Jan 24 11:59:39 2009
+++ src/usr.bin/make/Makefile.boot Sat Mar 26 21:42:12 2011
@@ -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.'