[project @ 2002-01-30 12:11:35 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jan 2002 12:11:35 +0000 (12:11 +0000)
committersimonmar <unknown>
Wed, 30 Jan 2002 12:11:35 +0000 (12:11 +0000)
commit8335c227d803de82fc94b86f74c7cdf0003a7adc
treee2870d9680d4088c1ced3c90dea6ff833839ffb0
parentdca430c4288ae1334cafd0d7d755634b601a73b5
[project @ 2002-01-30 12:11:35 by simonmar]
- Consider .hc files as real sources unless they are derived from
  .hs/.lhs sources (using the existing "derived sources" mechanism").

- Set PRE_SRCS using := rather than =, to avoid re-expanding the
  $(wildcard) multiple times.  In a simple test I did, this can save
  a 1/4 second (depending on the size of the directores involved) per
  make!
mk/paths.mk