summaryrefslogtreecommitdiff
path: root/utils/hp2ps
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-01-08 19:36:14 +0000
committerIan Lynagh <igloo@earth.li>2012-01-08 23:11:06 +0000
commit9e452874df05f5f98243576ffaefc2f356358038 (patch)
treebad3b659234883643d088b48034a6bd99e2b851f /utils/hp2ps
parent4c49eb512499255fe7de0e6cfc08ed138957d583 (diff)
downloadhaskell-9e452874df05f5f98243576ffaefc2f356358038.tar.gz
Refactoring
This is working towards being able to put ghcautoconf.h and ghcplatform.h in includes/dist
Diffstat (limited to 'utils/hp2ps')
-rw-r--r--utils/hp2ps/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk
index d2d31470e6..30a9d05658 100644
--- a/utils/hp2ps/ghc.mk
+++ b/utils/hp2ps/ghc.mk
@@ -19,7 +19,7 @@ utils/hp2ps_dist_EXTRA_LIBRARIES = m
utils/hp2ps_dist_PROG = hp2ps$(exeext)
utils/hp2ps_dist_INSTALL = YES
-utils/hp2ps_CC_OPTS += -Iincludes
+utils/hp2ps_CC_OPTS += $(addprefix -I,$(GHC_INCLUDE_DIRS))
$(eval $(call build-prog,utils/hp2ps,dist,0))