diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-04-02 10:55:40 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-04-02 10:55:40 +0000 |
commit | 656bfe68d569b9fcc13060c4903b708359a4dc41 (patch) | |
tree | 20736f2c7296f64e538a0ca06755492077d618c5 /rts/Makefile | |
parent | b71760aac3a1b2e7d772a4c0457ff3f19eac8631 (diff) | |
download | haskell-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/Makefile | 1 |
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 |