Remove unused distrib/Makefile-bin-vars.in file
authorIan Lynagh <igloo@earth.li>
Sat, 7 Nov 2009 21:18:17 +0000 (21:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 7 Nov 2009 21:18:17 +0000 (21:18 +0000)
distrib/Makefile-bin-vars.in [deleted file]

diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in
deleted file mode 100644 (file)
index 0899369..0000000
+++ /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
-