X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2FMakefile-bin-vars.in;h=18a73e763e05768aa9b5b2f14e1ce0b21135af5a;hp=511f237b24cbc1cbba8f26f5f31d46f7ff40065d;hb=3d44e49e2e2371ba1686fb967987e8098e4e58a7;hpb=ac4610c4da6966803b851cb4264bcb4427d6e2d0 diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 511f237..18a73e7 100644 --- a/distrib/Makefile-bin-vars.in +++ b/distrib/Makefile-bin-vars.in @@ -37,6 +37,13 @@ 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