From: panne Date: Sun, 3 Oct 2004 16:50:01 +0000 (+0000) Subject: [project @ 2004-10-03 16:50:01 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1541 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ca068e74900ba665a6f9bfda56ff4005b25653bf [project @ 2004-10-03 16:50:01 by panne] Synched with latest GHC #include changes: Add '.' to the #include path manually. --- 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 \