From: simonmar Date: Fri, 15 Jun 2001 11:29:47 +0000 (+0000) Subject: [project @ 2001-06-15 11:29:47 by simonmar] X-Git-Tag: Approximately_9120_patches~1753 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=085cb439cd2a2ba828b45182dff629bd4f51d308;hp=972d6442ee3a6ee0a5fa20655d882e0041646892;p=ghc-hetmet.git [project @ 2001-06-15 11:29:47 by simonmar] override $(libexecdir) to be $(libdir)/bin (the installation machinery will have to catch up with this too). --- diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index 70f40c5..05e77e2 100644 --- a/ghc/mk/boilerplate.mk +++ b/ghc/mk/boilerplate.mk @@ -35,5 +35,6 @@ TOP:=$(GHC_TOP) # Override $(libdir) and $(datadir), so GHC stuff gets installed # into a suitable subdirectory of $(libdir). -libdir := $(libdir)/$(ProjectNameShort)-$(ProjectVersion) -datadir := $(datadir)/$(ProjectNameShort)-$(ProjectVersion) +libdir := $(libdir)/$(ProjectNameShort)-$(ProjectVersion) +libexecdir := $(libdir)/bin +datadir := $(datadir)/$(ProjectNameShort)-$(ProjectVersion)