Make "make clean" in compiler/ only clean the stage we want to clean
[ghc-hetmet.git] / libraries / Makefile.local
index 0633eba..0caadcf 100644 (file)
@@ -31,8 +31,8 @@ GhcLibHcOpts += -w
 endif
 
 # Now add flags from the GHC build system to the Cabal build:
-GHC_CC_OPTS += $(addprefix -optc, $(MACOSX_DEPLOYMENT_CC_OPTS))
 GHC_OPTS    += $(SRC_HC_OPTS)
 GHC_OPTS    += $(GhcLibHcOpts)
-GHC_OPTS    += $(addprefix -optc, $(MACOSX_DEPLOYMENT_CC_OPTS))
-LIB_LD_OPTS += $(addprefix -optl, $(MACOSX_DEPLOYMENT_LD_OPTS))
+
+include $(TOP)/mk/bindist.mk
+