From 6d38b6e8c8f9d84638d6467e24c907c97238e5a6 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Wed, 18 Feb 1998 09:15:37 +0000
Subject: [PATCH] [project @ 1998-02-18 09:15:37 by sof] * SCRIPT_SUBST_VARS:
 added missing backslash

---
 ghc/driver/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile
index 53140a848542..f4fcab7487e4 100644
--- a/ghc/driver/Makefile
+++ b/ghc/driver/Makefile
@@ -36,7 +36,7 @@ endif
 
 SCRIPT_SUBST_VARS := \
   INSTALLING \
-  ProjectName ProjectVersion ProjectVersionInt ProjectPatchLevel
+  ProjectName ProjectVersion ProjectVersionInt ProjectPatchLevel \
   CURRENT_DIR HOSTPLATFORM TARGETPLATFORM \
   GHC_LIB_DIR GHC_RUNTIME_DIR GHC_UTILS_DIR GHC_INCLUDE_DIR \
   GHC_OPT_HILEV_ASM GhcWithNativeCodeGen LeadingUnderscore\
-- 
GitLab