diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-22 12:57:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-22 12:57:43 +0000 |
commit | 09d76f81a7b77139901a73f9f241d26a5bdd3796 (patch) | |
tree | 5431221c2e6a6787e15b31bed8272ae44b8e2ebd /compiler/ghc.cabal | |
parent | 85255a966b21172ce5a26c8a9cb0cdaf7315be95 (diff) | |
download | haskell-09d76f81a7b77139901a73f9f241d26a5bdd3796.tar.gz |
Fix the stage3 build
Diffstat (limited to 'compiler/ghc.cabal')
-rw-r--r-- | compiler/ghc.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 2bb88fd3e9..07980868fd 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -72,12 +72,10 @@ Library Include-Dirs: . parser utils - -- XXX Change these directory names: The stage2 files are what - -- we want for all stages >= 1 if flag(stage1) Include-Dirs: stage1 else - Include-Dirs: stage2 + Include-Dirs: stage2plus Install-Includes: HsVersions.h, ghc_boot_platform.h c-sources: |