[project @ 1997-06-04 22:23:52 by andre]
authorandre <unknown>
Wed, 4 Jun 1997 22:23:52 +0000 (22:23 +0000)
committerandre <unknown>
Wed, 4 Jun 1997 22:23:52 +0000 (22:23 +0000)
typo

ghc/driver/ghc.lprl

index 03dd161..1afc049 100644 (file)
@@ -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   = ();