diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 17:20:04 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 17:20:04 +0000 |
commit | cd31b294fcff964ecea6f78f20e7d5743a853631 (patch) | |
tree | f7772692c7006302d13aae0bc82bdb7b05cd1e5e /utils/lndir | |
parent | d362d93dd309fdbe2c613667ae8be5b4bef67e40 (diff) | |
download | haskell-cd31b294fcff964ecea6f78f20e7d5743a853631.tar.gz |
Remove the MACOSX_DEPLOYMENT stuff; fixes #7559
If anyone wants to do this in the future, they should just set
appropriate CC_OPTS/LD_OPTS variables instead.
Diffstat (limited to 'utils/lndir')
-rw-r--r-- | utils/lndir/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/lndir/Makefile b/utils/lndir/Makefile index 43e61c1a3a..ce096663cd 100644 --- a/utils/lndir/Makefile +++ b/utils/lndir/Makefile @@ -1,12 +1,6 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -# Exclude for booting -ifeq "$(stage)" "2" -SRC_CC_OPTS += $(MACOSX_DEPLOYMENT_CC_OPTS) -SRC_LD_OPTS += $(MACOSX_DEPLOYMENT_LD_OPTS) -endif - C_SRCS=lndir.c C_PROG=lndir |