X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2FMakefile-bin-vars.in;h=18a73e763e05768aa9b5b2f14e1ce0b21135af5a;hp=5603e72708ea0edbd7c2259f867497a585853aaa;hb=a385f0af5ea320a18d580f6a36c59c55b3516efd;hpb=cafb1e0f6bb93fb720e3bb3432c777cd9736bf80 diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 5603e72..18a73e7 100644 --- a/distrib/Makefile-bin-vars.in +++ b/distrib/Makefile-bin-vars.in @@ -3,7 +3,7 @@ bindist_abs_root = @hardtop@ FPTOOLS_TOP_ABS = @hardtop@ -# This Makefile isn't used on Windows, so wel always have ghc-pkg.bin +# This Makefile isn't used on Windows, so we always have ghc-pkg.bin # rather than ghc-pkg.exe. GHC_PKG_PROG = $(FPTOOLS_TOP_ABS)/utils/ghc-pkg/ghc-pkg.bin @@ -18,6 +18,8 @@ platform = @TargetPlatform@ prefix = @prefix@ exec_prefix = @exec_prefix@ +mandir = $(datarootdir)/man + headerdir = $(libdir)/include # default @@ -35,10 +37,18 @@ CP = cp LN_S = @LN_S@ CHMOD = chmod INSTALL = @INSTALL@ +# +# Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback +# install-sh script (if chosen). This not terribly useful to us, so we convert +# it into an abs. path. +# +INSTALL := $(subst ./install-sh,$(FPTOOLS_TOP_ABS)/install-sh,$(INSTALL)) + exeext = @exeext@ SED = @SedCmd@ DEFAULT_TMPDIR = /tmp RANLIB = @RANLIB@ +CPP = @CPP@ RAWCPP_FLAGS = -undef -traditional