From 8b9bb4690b3252a3b0413a4fb208e2e840692e64 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 8 Dec 2009 17:57:18 +0000 Subject: [PATCH] Add -Iincludes to hp2ps's CC_OPTS Making C deps for hp2ps always failed, but we used to carry on regardless --- utils/hp2ps/ghc.mk | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 1.7.10.4