From: simonpj Date: Thu, 25 Nov 1999 10:38:59 +0000 (+0000) Subject: [project @ 1999-11-25 10:38:59 by simonpj] X-Git-Tag: Approximately_9120_patches~5487 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7cd0fa002d8a27bf1eb4feef83975bb7b9efd91b;p=ghc-hetmet.git [project @ 1999-11-25 10:38:59 by simonpj] Missing dollar on USER_WAY_NAMES and OPTS --- diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 819b29c..52b04e1 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.26 1999/11/08 14:45:52 simonmar Exp $ +# $Id: Makefile,v 1.27 1999/11/25 10:38:59 simonpj Exp $ # We create two driver scripts: # - one to run in-place in the build tree for building libraries @@ -54,7 +54,7 @@ SCRIPT_SUBST_VARS := \ GHC_OPT_HILEV_ASM GhcWithNativeCodeGen LeadingUnderscore\ GHC_UNLIT GHC_HSCPP GHC_MKDEPENDHS GHC_HSC GHC_SYSMAN EnableWin32DLLs \ CP RM CONTEXT_DIFF LibGmp GhcWithRegisterised \ - USER_WAY_NAMES USER_WAY_OPTS + $(USER_WAY_NAMES) $(USER_WAY_OPTS) # # When creating a binary distribution, we prefix the driver script