X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhp2ps%2Fghc.mk;h=86ae7282b5fa9e2f96028894727aa17fad4fb68a;hb=2d020b840c2515711ee2bd9df285dd977fdac644;hp=a3abb2da75a7a30265ebca0128a9074694c8ee57;hpb=c59c053f0b8613dd128297ee0b6eef31f001c498;p=ghc-hetmet.git diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk index a3abb2d..86ae728 100644 --- a/utils/hp2ps/ghc.mk +++ b/utils/hp2ps/ghc.mk @@ -18,5 +18,8 @@ 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 +utils/hp2ps_CC_OPTS += -lm + $(eval $(call build-prog,utils/hp2ps,dist,0))