summaryrefslogtreecommitdiff
path: root/ghc/utils
diff options
context:
space:
mode:
authorsimonm <unknown>1998-02-25 16:00:29 +0000
committersimonm <unknown>1998-02-25 16:00:29 +0000
commite196d98a202b8fbf34e338af7dd971bbc56b14d8 (patch)
tree43aed02b480b6e411a62af58b73df701d1ff3250 /ghc/utils
parent3d55cb1e194e959d75abda0d550390c8cfd35258 (diff)
downloadhaskell-e196d98a202b8fbf34e338af7dd971bbc56b14d8.tar.gz
[project @ 1998-02-25 16:00:29 by simonm]
InstHsLibDir isn't used: nuke.
Diffstat (limited to 'ghc/utils')
-rw-r--r--ghc/utils/mkdependHS/mkdependHS.prl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/utils/mkdependHS/mkdependHS.prl b/ghc/utils/mkdependHS/mkdependHS.prl
index 5f41dd682e..2a51a460ca 100644
--- a/ghc/utils/mkdependHS/mkdependHS.prl
+++ b/ghc/utils/mkdependHS/mkdependHS.prl
@@ -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"