Fix read-only build of cc41.
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 24 Sep 2007 03:04:28 +0000 (03:04 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 24 Sep 2007 03:04:28 +0000 (03:04 +0000)
commit68ad3dcffb47cd0ae2dde2d10fa16731df0776a0
treed6f8c34abfb17a58f29e789c4dd8d4ad73f85a66
parent00dda0cb4802142c8066de411eefcece4c49ac51
Fix read-only build of cc41.
Move mktooldir target into cc_tools/Makefile.tools, and make beforedepend
depend on it, if ${TOOLGENDIR} doesn't exist yet.  This way, the `depend'
targets in the subdirectories that includes Makefile.tools are guaranteed
to be run after mktooldir.
gnu/usr.bin/cc41/cc_tools/Makefile
gnu/usr.bin/cc41/cc_tools/Makefile.tools