summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-29 08:38:16 +0000
committerharti <harti@FreeBSD.org>2004-11-29 08:38:16 +0000
commitd5b4f65a8216257f046436c3c0ac72f8c8099131 (patch)
treebde3042541b06db5578bb35a6e09b846114bd06c /usr.bin/make/Makefile
parentf0a7bdfddcf63921df4dcc4d26441e33dfdf7630 (diff)
downloadFreeBSD-src-d5b4f65a8216257f046436c3c0ac72f8c8099131.zip
FreeBSD-src-d5b4f65a8216257f046436c3c0ac72f8c8099131.tar.gz
Merge the contents of lstInt.h into the public lst.h. This let's us get
rid of a lot of uneccesary casts and temporary variables that have just obfuscated the code. This also let's us implement a couple of the one- liner list functions as macros (the first one is Lst_IsEmpty) and simplify life once we start to throw consts on the code.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index bb67818..63a028f 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -9,7 +9,7 @@ SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.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 lstIsEmpty.c lstLast.c \
+ lstInit.c lstInsert.c lstIsAtEnd.c lstLast.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
OpenPOWER on IntegriCloud