From 8c63d0ff9123be6ae33502c26229a647c9fd0482 Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 9 Jan 2001 17:43:57 +0000 Subject: [PATCH] [project @ 2001-01-09 17:43:57 by rrt] Add cMkDLL for --mk-dll switch. --- ghc/compiler/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 81b82e3..d7ac0a0 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.130 2001/01/06 12:52:58 panne Exp $ +# $Id: Makefile,v 1.131 2001/01/09 17:43:57 rrt Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -50,6 +50,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk Makefile @echo "cGHC_INCLUDE_DIR = \"$(GHC_INCLUDE_DIR)\"" >> $(CONFIG_HS) @echo "cGHC_DRIVER_DIR = \"$(GHC_DRIVER_DIR)\"" >> $(CONFIG_HS) @echo "cGCC = \"$(WhatGccIsCalled)\"" >> $(CONFIG_HS) + @echo "cMkDLL = \"$(BLD_DLL)\"" >> $(CONFIG_HS) @echo "cGhcWithNativeCodeGen = \"$(GhcWithNativeCodeGen)\"" >> $(CONFIG_HS) @echo "cLeadingUnderscore = \"$(LeadingUnderscore)\"" >> $(CONFIG_HS) @echo "cGHC_UNLIT = \"$(GHC_UNLIT)\"" >> $(CONFIG_HS) -- 1.7.10.4