[project @ 2004-10-03 16:50:01 by panne]
authorpanne <unknown>
Sun, 3 Oct 2004 16:50:01 +0000 (16:50 +0000)
committerpanne <unknown>
Sun, 3 Oct 2004 16:50:01 +0000 (16:50 +0000)
Synched with latest GHC #include changes: Add '.' to the #include path manually.

ghc/rts/Makefile

index 99701b2..efc244d 100644 (file)
@@ -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 \