diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-08 17:57:18 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-08 17:57:18 +0000 |
commit | 8b9bb4690b3252a3b0413a4fb208e2e840692e64 (patch) | |
tree | 388c5af05a6a16bbf00b48dd588f26220b3ad166 /utils/hp2ps/ghc.mk | |
parent | 40b1a3cb6bab3955b0de6ce592dd21ae02f4b594 (diff) | |
download | haskell-8b9bb4690b3252a3b0413a4fb208e2e840692e64.tar.gz |
Add -Iincludes to hp2ps's CC_OPTS
Making C deps for hp2ps always failed, but we used to carry on regardless
Diffstat (limited to 'utils/hp2ps/ghc.mk')
-rw-r--r-- | utils/hp2ps/ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk index a3abb2da75..c113ddba80 100644 --- a/utils/hp2ps/ghc.mk +++ b/utils/hp2ps/ghc.mk @@ -18,5 +18,7 @@ utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \ utils/hp2ps_dist_PROG = hp2ps$(exeext) utils/hp2ps_dist_INSTALL = YES +utils/hp2ps_CC_OPTS += -Iincludes + $(eval $(call build-prog,utils/hp2ps,dist,0)) |