summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-10-21 14:45:59 +0000
committersimonmar <unknown>2005-10-21 14:45:59 +0000
commit685095d36e061b3a38ea087195c2ede6dd7942b5 (patch)
tree3f5e18d9e310c42914cbdf524914dac84f3b17e7
parentce51bc83a5ec82f0a97335382a9b3ac054e76ca3 (diff)
downloadhaskell-685095d36e061b3a38ea087195c2ede6dd7942b5.tar.gz
[project @ 2005-10-21 14:45:59 by simonmar]
Itimer.h has moved into posix/
-rw-r--r--ghc/rts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index f8a7c73c4b..34bb7f52d1 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 '<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).