summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-30 10:35:04 +0000
committerharti <harti@FreeBSD.org>2004-11-30 10:35:04 +0000
commit6660eab42ecbf5f10f97517f3a46dfa31524d47e (patch)
tree009d67340f3e579b03809d269f83135d9d851813 /usr.bin/make/Makefile
parent4671aabad620459d9378871b8537f7c8d53e4a18 (diff)
downloadFreeBSD-src-6660eab42ecbf5f10f97517f3a46dfa31524d47e.zip
FreeBSD-src-6660eab42ecbf5f10f97517f3a46dfa31524d47e.tar.gz
Change a couple of the primitve list functions to be macros. This changes
the semantic of Lst_Datum which formerly returned NULL when the argument node was NULL. There was only one place in the source that relied on this so change that place.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 63a028f..e8ee5b2 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -6,11 +6,9 @@ PROG= make
CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
make.c parse.c str.c suff.c targ.c util.c var.c var_modify.c
-SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
- lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
- lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
- lstInit.c lstInsert.c lstIsAtEnd.c lstLast.c \
- lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
+SRCS+= lstAppend.c lstClose.c lstConcat.c lstDeQueue.c lstDestroy.c \
+ lstDupl.c lstFindFrom.c lstForEachFrom.c lstInit.c lstInsert.c \
+ lstIsAtEnd.c lstMember.c lstNext.c lstOpen.c lstRemove.c
.PATH: ${.CURDIR}/lst.lib
WARNS?= 3
OpenPOWER on IntegriCloud