Skip to content
Snippets Groups Projects
Commit ec2ccca2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[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.
parent 8d367f60
No related merge requests found
...@@ -221,7 +221,7 @@ initSysTools minusB_args ...@@ -221,7 +221,7 @@ initSysTools minusB_args
-- NB: top_dir is assumed to be in standard Unix format '/' separated -- NB: top_dir is assumed to be in standard Unix format '/' separated
; let installed, installed_bin :: FilePath -> FilePath ; let installed, installed_bin :: FilePath -> FilePath
installed_bin pgm = pgmPath (top_dir `slash` "extra-bin") pgm installed_bin pgm = pgmPath top_dir pgm
installed file = pgmPath top_dir file installed file = pgmPath top_dir file
inplace dir pgm = pgmPath (top_dir `slash` dir) pgm inplace dir pgm = pgmPath (top_dir `slash` dir) pgm
......
...@@ -31,9 +31,3 @@ TOP:=$(GHC_TOP) ...@@ -31,9 +31,3 @@ TOP:=$(GHC_TOP)
-include $(TOP)/mk/paths.mk -include $(TOP)/mk/paths.mk
-include $(TOP)/mk/opts.mk -include $(TOP)/mk/opts.mk
-include $(TOP)/mk/suffix.mk -include $(TOP)/mk/suffix.mk
# -----------------------------------------------------------------
# Override $(libexecdir): we like our binaries in a subdirectory
# of $(libdir).
libexecdir := $(libdir)/extra-bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment