Add -Iincludes to hp2ps's CC_OPTS
authorIan Lynagh <igloo@earth.li>
Tue, 8 Dec 2009 17:57:18 +0000 (17:57 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 8 Dec 2009 17:57:18 +0000 (17:57 +0000)
Making C deps for hp2ps always failed, but we used to carry on regardless

utils/hp2ps/ghc.mk

index a3abb2d..c113ddb 100644 (file)
@@ -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))