summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2006-08-10 15:42:25 +0000
committersven.panne@aedion.de <unknown>2006-08-10 15:42:25 +0000
commit5eff59e17536156a02affc3c4de462f5e61e16c5 (patch)
treec816bf0eb9e8207688abb9bf160b241b5d45550e /compiler/Makefile
parentf9e1c2af8fdd112019a657e66b0cd685d8df66f6 (diff)
downloadhaskell-5eff59e17536156a02affc3c4de462f5e61e16c5.tar.gz
Nuked hschooks.h in favour of cutils.h, which has the prototypes we need
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index 4aa67ce75e..0d8d8c7c6c 100644
--- a/compiler/Makefile
+++ b/compiler/Makefile
@@ -608,7 +608,7 @@ parser/Lexer_HC_OPTS += -funbox-strict-fields
# ghc_strlen percolates through so many modules that it is easier to get its
# prototype via a global option instead of a myriad of per-file OPTIONS
-SRC_HC_OPTS += '-\#include "hschooks.h"'
+SRC_HC_OPTS += '-\#include "cutils.h"'
# ----------------------------------------------------------------------------
# Generate supporting stuff for prelude/PrimOp.lhs