From ca068e74900ba665a6f9bfda56ff4005b25653bf Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 3 Oct 2004 16:50:01 +0000 Subject: [PATCH] [project @ 2004-10-03 16:50:01 by panne] Synched with latest GHC #include changes: Add '.' to the #include path manually. --- ghc/rts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 99701b2..efc244d 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 \ -- 1.7.10.4