X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fhp2ps%2Fghc.mk;h=c113ddba80a2a1e3d2d8f20cc30805992d89e2db;hp=a3abb2da75a7a30265ebca0128a9074694c8ee57;hb=8b9bb4690b3252a3b0413a4fb208e2e840692e64;hpb=40b1a3cb6bab3955b0de6ce592dd21ae02f4b594 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))