From: Ian Lynagh Date: Tue, 8 Dec 2009 17:57:18 +0000 (+0000) Subject: Add -Iincludes to hp2ps's CC_OPTS X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8b9bb4690b3252a3b0413a4fb208e2e840692e64 Add -Iincludes to hp2ps's CC_OPTS Making C deps for hp2ps always failed, but we used to carry on regardless --- diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk index a3abb2d..c113ddb 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))