Minor cleanup.
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 5 May 2005 09:06:23 +0000 (09:06 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 5 May 2005 09:06:23 +0000 (09:06 +0000)
commit4fdff3be7745262301fd5f049b212947742f0a49
tree4aa591cd14b49167583aba18abe83951cf372bae
parentcd09d225b78eb87b8f4dcb8e2dce9d1a72de6f31
Minor cleanup.
 o Move stuff in sprite.h into util.h, and include util.h in place
   of sprite.h
 o Move print_flags() from util.[ch] into suff.c since it is only
   used there.
18 files changed:
usr.bin/make/GNode.h
usr.bin/make/arch.h
usr.bin/make/buf.c
usr.bin/make/buf.h
usr.bin/make/cond.c
usr.bin/make/for.h
usr.bin/make/globals.h
usr.bin/make/hash.c
usr.bin/make/hash.h
usr.bin/make/job.h
usr.bin/make/lst.h
usr.bin/make/make.h
usr.bin/make/parse.h
usr.bin/make/sprite.h [deleted file]
usr.bin/make/str.h
usr.bin/make/suff.c
usr.bin/make/util.c
usr.bin/make/util.h