[project @ 1998-02-25 16:00:29 by simonm]
authorsimonm <unknown>
Wed, 25 Feb 1998 16:00:29 +0000 (16:00 +0000)
committersimonm <unknown>
Wed, 25 Feb 1998 16:00:29 +0000 (16:00 +0000)
InstHsLibDir isn't used: nuke.

ghc/utils/mkdependHS/mkdependHS.prl

index 5f41dd6..2a51a46 100644 (file)
@@ -77,7 +77,6 @@ if ( $ENV{'TMPDIR'} ) { # where to make tmp file names
 $TopPwd                   = "${TOP_PWD}";
 $InstLibDirGhc     = "${libdir}";
 $InstLibExecDirGhc = "${libexecdir}";
-$InstHsLibDirGhc   = "${libdir}/hslibs";
 $InstDataDirGhc    = "${datadir}";
 
 $Unlit = ($INSTALLING) ? "${InstLibExecDirGhc}/unlit"