From: simonmar Date: Fri, 21 Oct 2005 14:45:59 +0000 (+0000) Subject: [project @ 2005-10-21 14:45:59 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~151 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=685095d36e061b3a38ea087195c2ede6dd7942b5 [project @ 2005-10-21 14:45:59 by simonmar] Itimer.h has moved into posix/ --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index f8a7c73..34bb7f5 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -313,7 +313,6 @@ SRC_HC_OPTS += \ -\#include Storage.h \ -\#include SchedAPI.h \ -\#include Timer.h \ - -\#include Itimer.h \ -\#include ProfHeap.h \ -\#include LdvProfile.h \ -\#include Profiling.h \ @@ -323,6 +322,8 @@ SRC_HC_OPTS += \ ifeq "$(Windows)" "YES" PrimOps_HC_OPTS += -\#include '' -\#include win32/AsyncIO.h +else +PrimOps_HC_OPTS += -\#include posix/Itimer.h endif # -O3 helps unroll some loops (especially in copy() with a constant argument).