From: rrt Date: Mon, 16 Jul 2001 10:29:42 +0000 (+0000) Subject: [project @ 2001-07-16 10:29:42 by rrt] X-Git-Tag: Approximately_9120_patches~1543 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a99e8669e0b150a850dbd6b511bde46c8c8961e3;p=ghc-hetmet.git [project @ 2001-07-16 10:29:42 by rrt] Binaries now live in extra-bin --- diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index 4a4ea32..ec155f0 100644 --- a/ghc/mk/boilerplate.mk +++ b/ghc/mk/boilerplate.mk @@ -36,4 +36,4 @@ TOP:=$(GHC_TOP) # Override $(libexecdir): we like our binaries in a subdirectory # of $(libdir). -libexecdir := $(libdir)/bin +libexecdir := $(libdir)/extra-bin