summaryrefslogtreecommitdiff
path: root/ghc/mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-09-10 12:53:21 +0000
committersimonmar <unknown>2001-09-10 12:53:21 +0000
commitec2ccca277f5779f4699aa27f9628b5578c42924 (patch)
tree843e50bf43a91b798ffe04b2e8ed10fec246ba39 /ghc/mk
parent8d367f60be010cf87be7effb939a2999d0c1fbc2 (diff)
downloadhaskell-ec2ccca277f5779f4699aa27f9628b5578c42924.tar.gz
[project @ 2001-09-10 12:53:21 by simonmar]
Remove the "extra-bin" subdirectory from $(libexecdir), since there are too many assumptions in the tree that $(libexecdir) == $(libdir) (at the moment, binary dists are fairly well broken). Reuben has promised to track the change in the Windows distribution.
Diffstat (limited to 'ghc/mk')
-rw-r--r--ghc/mk/boilerplate.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk
index ec155f0abb..8d7b09ff2b 100644
--- a/ghc/mk/boilerplate.mk
+++ b/ghc/mk/boilerplate.mk
@@ -31,9 +31,3 @@ TOP:=$(GHC_TOP)
-include $(TOP)/mk/paths.mk
-include $(TOP)/mk/opts.mk
-include $(TOP)/mk/suffix.mk
-
-# -----------------------------------------------------------------
-# Override $(libexecdir): we like our binaries in a subdirectory
-# of $(libdir).
-
-libexecdir := $(libdir)/extra-bin