X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fboilerplate.mk;h=c1b736ad20a0b9427258ef0bbfefaa8fab70b6d7;hb=0fa64bb9f9c587021529c64e28396ae08398555b;hp=05e77e2e75f354bb9ede4010fcb38cbd66b15667;hpb=17fdd8ad14910060688239d99fa12968276d4095;p=ghc-hetmet.git diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index 05e77e2..c1b736a 100644 --- a/ghc/mk/boilerplate.mk +++ b/ghc/mk/boilerplate.mk @@ -32,9 +32,7 @@ TOP:=$(GHC_TOP) -include $(TOP)/mk/suffix.mk # ----------------------------------------------------------------- -# Override $(libdir) and $(datadir), so GHC stuff gets installed -# into a suitable subdirectory of $(libdir). +# Override $(libexecdir): we like our binaries in a subdirectory +# of $(libdir). -libdir := $(libdir)/$(ProjectNameShort)-$(ProjectVersion) libexecdir := $(libdir)/bin -datadir := $(datadir)/$(ProjectNameShort)-$(ProjectVersion)