[project @ 2001-12-13 11:42:47 by simonmar]
authorsimonmar <unknown>
Thu, 13 Dec 2001 11:42:47 +0000 (11:42 +0000)
committersimonmar <unknown>
Thu, 13 Dec 2001 11:42:47 +0000 (11:42 +0000)
commit6ecddfb5acf40be7468e92db317d0fe95d4bdb1a
treefc8c66e2199c2cf45e35fe3d334cb5549688d982
parent9c5585613f9850764713eba921937b00cf891b47
[project @ 2001-12-13 11:42:47 by simonmar]
SUBDIR builds now happen *after* the current directory, to alleviate
problems caused by the including of _hsc.o files in cbits libs - if
the .hsc file was touched and we recurse into the cbits lib first,
then hsc2hs got run in the cbits lib generating a bogus Foo.hs file in
the current directory which refers to ../Foo_hsc.h.

There was a comment saying that the SUBDIR builds were first because
of something to do with building DLLs in hslibs, but didn't give any
more detail.  If/when DLLs are re-enabled we can revisit this.
mk/target.mk