From bac6277e2c7d0be047dab4fce04513a876805e92 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 20 Mar 1997 22:31:03 +0000 Subject: [PATCH] [project @ 1997-03-20 22:31:03 by sof] INTERP=perl --- ghc/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index d2e0077..0cb2cc8 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 1997/03/14 07:59:40 simonpj Exp $ +# $Id: Makefile,v 1.4 1997/03/20 22:31:03 sof Exp $ TOP=.. CURRENT_DIR=ghc/driver @@ -22,7 +22,7 @@ DYN_LOADABLE_BITS = \ SCRIPT_PROG = ghc SCRIPT_OBJS = ghc.prl -INTERP = $(PERL) +INTERP=perl # # The driver needs to know the options and names for -- 1.7.10.4