summaryrefslogtreecommitdiff
path: root/utils/hp2ps
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-07-16 23:53:03 +0000
committerIan Lynagh <igloo@earth.li>2010-07-16 23:53:03 +0000
commit8d1990f4c7f0993baae3f2ac709d8b5df2f0a5b3 (patch)
treecf9a262c1c87fc9a270db3008d55abe1861118c3 /utils/hp2ps
parent8e0dcfd80c47a55aa94df2fc74ef12d780906a3e (diff)
downloadhaskell-8d1990f4c7f0993baae3f2ac709d8b5df2f0a5b3.tar.gz
Link programs that have no Haskell objects with gcc rather than ghc
Diffstat (limited to 'utils/hp2ps')
-rw-r--r--utils/hp2ps/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk
index c113ddba80..86ae7282b5 100644
--- a/utils/hp2ps/ghc.mk
+++ b/utils/hp2ps/ghc.mk
@@ -19,6 +19,7 @@ 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))