diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-05-29 12:41:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-05-29 12:41:19 +0000 |
commit | b6985ed543fc10d606789bf3477ec48cc4a3bf2d (patch) | |
tree | 5963943a9d34543b55461ae6538e7a9dcc39c580 /usr.bin | |
parent | d92d2244a2b8b960350f78b94a0b0762394612c1 (diff) |
Synch
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/Makefile.boot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/make/Makefile.boot b/usr.bin/make/Makefile.boot index ce5882de84e..7a8c745e589 100644 --- a/usr.bin/make/Makefile.boot +++ b/usr.bin/make/Makefile.boot @@ -1,5 +1,5 @@ # $OpenPackages: Makefile.boot,v 1.5 2001/04/06 00:09:55 will Exp $ -# $OpenBSD: Makefile.boot,v 1.7 2001/05/03 14:06:19 espie Exp $ +# $OpenBSD: Makefile.boot,v 1.8 2001/05/29 12:41:18 espie Exp $ # # a very simple makefile... # @@ -19,7 +19,8 @@ LIBS= ohash/libohash.a OBJ=arch.o buf.o compat.o cond.o dir.o for.o job.o main.o make.o \ parse.o str.o suff.o targ.o var.o util.o error.o lowparse.o \ - varmodifiers.o + varmodifiers.o memory.o cmd_exec.o timestamp.o parsevar.o \ + varname.o init.o LIBOBJ= lst.lib/lstAddNew.o lst.lib/lstAppend.o \ lst.lib/lstConcat.o lst.lib/lstConcatDestroy.o lst.lib/lstDeQueue.o \ @@ -35,7 +36,7 @@ bmake: varhashconsts.h ${OBJ} ${LIBOBJ} # nroff -h -man make.1 > make.0 # @echo 'make of make and make.0 completed.' -GENOBJ= generate.o stats.o error.o ohash/libohash.a +GENOBJ= generate.o stats.o memory.o ohash/libohash.a OHASHOBJ= ohash/ohash_create_entry.o ohash/ohash_delete.o ohash/ohash_do.o \ ohash/ohash_entries.o ohash/ohash_enum.o ohash/ohash_init.o \ |