GHC new build system megapatch
[ghc-hetmet.git] / utils / installPackage / Makefile
diff --git a/utils/installPackage/Makefile b/utils/installPackage/Makefile
deleted file mode 100644 (file)
index 758442d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/cabal.mk
-
-# If the bootstrapping compiler already has a newer version of Cabal
-# than the in-tree Cabal, then we need to forcibly use the in-tree one.
-# Otherwise we use one Cabal for some things and the other Cabal for
-# other things, and Cabal (rightly) complains about the version
-# mismatch.
-EXTRA_INPLACE_CONFIGURE_FLAGS += $(CABAL_CONSTRAINT)
-EXTRA_STAGE2_CONFIGURE_FLAGS  += $(CABAL_CONSTRAINT)
-