From a2797404fc2783552544a38a3e38e16b4dce29a5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 11 Sep 2009 12:31:35 +0000 Subject: Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars --- ghc/ghc.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'ghc/ghc.mk') diff --git a/ghc/ghc.mk b/ghc/ghc.mk index a17a47e547..46b2df5d57 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -50,7 +50,6 @@ ghc_stage2_PROG = ghc-stage2$(exeext) ghc_stage3_PROG = ghc-stage3$(exeext) # ToDo: perhaps use ghc-cabal to configure ghc-bin -ghc_stage1_USE_BOOT_LIBS = YES ghc_stage1_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage1_VERSION) ghc_stage2_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage2_VERSION) ghc_stage3_HC_OPTS += -package $(compiler_PACKAGE)-$(compiler_stage3_VERSION) -- cgit v1.2.1