projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d55cb1
)
[project @ 1998-02-25 16:00:29 by simonm]
author
simonm
<unknown>
Wed, 25 Feb 1998 16:00:29 +0000
(16:00 +0000)
committer
simonm
<unknown>
Wed, 25 Feb 1998 16:00:29 +0000
(16:00 +0000)
InstHsLibDir isn't used: nuke.
ghc/utils/mkdependHS/mkdependHS.prl
patch
|
blob
|
history
diff --git
a/ghc/utils/mkdependHS/mkdependHS.prl
b/ghc/utils/mkdependHS/mkdependHS.prl
index
5f41dd6
..
2a51a46
100644
(file)
--- 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"