diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-07 21:18:17 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-07 21:18:17 +0000 |
commit | 758c25ecbfa983546745ceadc9cdca702b83c08f (patch) | |
tree | 3cf597330788a948796e77733269d82c8d5ad4b9 /distrib | |
parent | 53aac31ae9480caba54c1ac10ad963443a8b844a (diff) | |
download | haskell-758c25ecbfa983546745ceadc9cdca702b83c08f.tar.gz |
Remove unused distrib/Makefile-bin-vars.in file
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin-vars.in | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in deleted file mode 100644 index 08993693e1..0000000000 --- a/distrib/Makefile-bin-vars.in +++ /dev/null @@ -1,39 +0,0 @@ - -# Where we are -bindist_abs_root = @hardtop@ -FPTOOLS_TOP_ABS = @hardtop@ - -# 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 - -platform = @TargetPlatform@ - -PERL = @PerlCmd@ -SH = /bin/sh -RM = rm -RM_OPTS = -f -MV = mv -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 - -EXECUTABLE_FILE = chmod $(BIN_PERMS) - -GHC_COMPAT_DIR=$(TOP)/mk - |