diff options
author | simonmar <unknown> | 2001-09-10 12:53:21 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-09-10 12:53:21 +0000 |
commit | ec2ccca277f5779f4699aa27f9628b5578c42924 (patch) | |
tree | 843e50bf43a91b798ffe04b2e8ed10fec246ba39 /ghc/mk | |
parent | 8d367f60be010cf87be7effb939a2999d0c1fbc2 (diff) | |
download | haskell-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.mk | 6 |
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 |