summaryrefslogtreecommitdiff
path: root/utils/hp2ps
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2008-02-21 22:44:49 +0000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2008-02-21 22:44:49 +0000
commit5b846fa36eee0f96c4c47128706d0131f8bb4113 (patch)
tree1991038fe55b93d063958dfe8fe230b1911f2a28 /utils/hp2ps
parent7350aaa60aaf63074202f24208497e2d64ddffb2 (diff)
downloadhaskell-5b846fa36eee0f96c4c47128706d0131f8bb4113.tar.gz
Mac OS X deployment target: piping opts through Makefiles
Diffstat (limited to 'utils/hp2ps')
-rw-r--r--utils/hp2ps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/hp2ps/Makefile b/utils/hp2ps/Makefile
index 7952bbb961..09c193f1c1 100644
--- a/utils/hp2ps/Makefile
+++ b/utils/hp2ps/Makefile
@@ -1,6 +1,9 @@
TOP=../..
include $(TOP)/mk/boilerplate.mk
+SRC_CC_OPTS += $(MACOSX_DEPLOYMENT_CC_OPTS)
+SRC_LD_OPTS += $(MACOSX_DEPLOYMENT_LD_OPTS)
+
C_PROG = hp2ps
SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -Wall