diff options
Diffstat (limited to 'utils/hp2ps/ghc.mk')
-rw-r--r-- | utils/hp2ps/ghc.mk | 2 |
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)) |