cvs commit: fptools/ghc/compiler Makefile

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 17 Aug 2001 15:29:06 -0700


sof         2001/08/17 15:29:06 PDT

  Modified files:
    ghc/compiler         Makefile 
  Log:
  Add -I$(GHC_INCLUDE_DIR) to SRC_MKDEPENDHS_OPTS; ghc-4.0x
  needs this since 'mkdependHS' also chases #includes.
  
  Not an issue with ghc-5.xx's dep-generator, since it invokes
  CPP prior to gathering up the imports.
  
  This should bring ghc-4.08-based nightly builds back to life.
  
  Revision  Changes    Path
  1.191     +6 -1      fptools/ghc/compiler/Makefile