diff options
author | panne <unknown> | 2004-10-03 16:50:01 +0000 |
---|---|---|
committer | panne <unknown> | 2004-10-03 16:50:01 +0000 |
commit | ca068e74900ba665a6f9bfda56ff4005b25653bf (patch) | |
tree | 3aea65c94caab70785b3b9e217f11f613247b9f6 | |
parent | 6f44f99a4d26ea518a109b073dca7b72bd551a6f (diff) | |
download | haskell-ca068e74900ba665a6f9bfda56ff4005b25653bf.tar.gz |
[project @ 2004-10-03 16:50:01 by panne]
Synched with latest GHC #include changes: Add '.' to the #include path manually.
-rw-r--r-- | ghc/rts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 99701b2ffa..efc244dd5d 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -287,6 +287,7 @@ endif # ToDo: should we really include Rts.h here? Required for GNU_ATTRIBUTE(). SRC_HC_OPTS += \ + -I. \ -\#include Prelude.h \ -\#include Rts.h \ -\#include RtsFlags.h \ |