diff options
author | simonm <unknown> | 1998-02-25 16:00:29 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-02-25 16:00:29 +0000 |
commit | e196d98a202b8fbf34e338af7dd971bbc56b14d8 (patch) | |
tree | 43aed02b480b6e411a62af58b73df701d1ff3250 /ghc/utils | |
parent | 3d55cb1e194e959d75abda0d550390c8cfd35258 (diff) | |
download | haskell-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.prl | 1 |
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" |