summaryrefslogtreecommitdiff
path: root/utils/installPackage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/installPackage/Makefile')
-rw-r--r--utils/installPackage/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/installPackage/Makefile b/utils/installPackage/Makefile
deleted file mode 100644
index 758442dc85..0000000000
--- a/utils/installPackage/Makefile
+++ /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)
-