From 3079b611ef3d3acf3efca8e85f0e3166a8ea27f9 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 2 Feb 1998 12:41:57 +0000 Subject: [PATCH] [project @ 1998-02-02 12:41:57 by simonm] SCRIPT_PROG=ghc-$(GhcProjectVersion) SCRIPT_LINK=ghc --- ghc/driver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index fedde43..31c6869 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -13,7 +13,8 @@ DYN_LOADABLE_BITS = \ ghc-consist.prl \ ghc-split.prl -SCRIPT_PROG = ghc +SCRIPT_PROG = ghc-$(GhcProjectVersion) +SCRIPT_LINK = ghc SCRIPT_OBJS = ghc.prl INTERP=perl -- 1.7.10.4