From 306bc6c39f02268162e9f298bf2a509996a83c00 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 4 Jun 1997 22:23:52 +0000 Subject: [PATCH] [project @ 1997-06-04 22:23:52 by andre] typo --- ghc/driver/ghc.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 03dd161..1afc049 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -191,7 +191,7 @@ $Cmp = 'cmp'; $Time = ''; $HsCpp = # but this is re-set to "cat" (after options) if -cpp not seen - ( $INSTALLING ) ? "$InstLibexecDirGhc/hscpp" + ( $INSTALLING ) ? "$InstLibExecDirGhc/hscpp" : "$TopPwd/${CURRENT_DIR}/${GHC_HSCPP}"; @HsCpp_flags = (); -- 1.7.10.4