[project @ 2001-08-16 22:54:24 by sof]
authorsof <unknown>
Thu, 16 Aug 2001 22:54:25 +0000 (22:54 +0000)
committersof <unknown>
Thu, 16 Aug 2001 22:54:25 +0000 (22:54 +0000)
commit48e7208b5b03b375cd8cff78accb521387270ab6
tree2163b65a3ad3c270c9d6b32716952229e0d945a6
parent1951cb4ffa822529e31c6a57313e8bfab9c42dab
[project @ 2001-08-16 22:54:24 by sof]
Death to GHC_INCLUDE_DIR (well, almost).

- mk/target.mk: get rid off the abomination of having SRC_CC_OPTS include
  GHC_INCLUDE_DIR and GHC_RUNTIME_DIR for all fptools/ projects.
- mk/suffix.mk: %.pp suffix rule no longer hardwires in the use of GHC_INCLUDE_DIR;
  just $(CPP_OPTS). ==> If you want GHC_INCLUDE_DIR on the include path, better
  add it to SRC_CPP_OPTS (say) at the point where you need it (ghc/compiler/Makefile
  and ghc/lib/std/Makefile do this now).
- wipe out the use of -I$(GHC_INCLUDE_DIR) in HC_OPTS in hslibs/; not needed.
- hslibs/mk/boilerplate.mk still define GHC_{IO_}INCLUDE_DIR for the purpose
  of using it when compiling .c files. It should be possible to get rid off it
  by having CC=$(HC), but I haven't imposed that change (yet).
ghc/compiler/Makefile
ghc/lib/std/Makefile
mk/suffix.mk
mk/target.mk