summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-04-02 10:55:40 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-04-02 10:55:40 +0000
commit656bfe68d569b9fcc13060c4903b708359a4dc41 (patch)
tree20736f2c7296f64e538a0ca06755492077d618c5 /rts/Makefile
parentb71760aac3a1b2e7d772a4c0457ff3f19eac8631 (diff)
downloadhaskell-656bfe68d569b9fcc13060c4903b708359a4dc41.tar.gz
PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""
unbreaks ghc-pkg check in an installed GHC
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile
index 585958fca3..e59a6337cf 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -310,6 +310,7 @@ endif
else # GhcRtsWithPapi==YES
+PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""
PACKAGE_CPP_OPTS += -DPAPI_LIB_DIR=""
endif