[project @ 2005-10-21 14:45:59 by simonmar]
authorsimonmar <unknown>
Fri, 21 Oct 2005 14:45:59 +0000 (14:45 +0000)
committersimonmar <unknown>
Fri, 21 Oct 2005 14:45:59 +0000 (14:45 +0000)
Itimer.h has moved into posix/

ghc/rts/Makefile

index f8a7c73..34bb7f5 100644 (file)
@@ -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 '<windows.h>' -\#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).