summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorsimonmar@microsoft.com <unknown>2007-11-19 11:16:30 +0000
committersimonmar@microsoft.com <unknown>2007-11-19 11:16:30 +0000
commit510d17388f2c1cde5bbcef8083a57444438614de (patch)
tree98b35679144ce08ae8ccc2d1424a857888f63b2d /rts/Makefile
parent5c6aded9bba7bdea0d301aba243d28f659e02327 (diff)
downloadhaskell-510d17388f2c1cde5bbcef8083a57444438614de.tar.gz
use SRC_CC_OPTS rather than SRC_HC_OPTS for C options
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 7d12d0b77a..9f1782bb70 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -278,7 +278,7 @@ endif
ifeq "$(GhcRtsWithPapi)" "YES"
-SRC_HC_OPTS += -optc-DUSE_PAPI
+SRC_CC_OPTS += -DUSE_PAPI
PACKAGE_CPP_OPTS += -DUSE_PAPI
PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=$(PapiIncludeDir)