summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-08 10:24:17 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-09 07:48:38 -0500
commitb760269c5914e128c07c66bacdbe86168003e82e (patch)
treea65998a8aa1710871b9a56ecaeb9bf30dc43617d /ghc.mk
parent6b2f09916e0c8c5f37c9fbe08eb076476501c8d6 (diff)
downloadhaskell-b760269c5914e128c07c66bacdbe86168003e82e.tar.gz
Rip out perl dependency
The object splitter was the last major user of perl. There remain a few uses in nofib but we can just rely on the system's perl for this since it's not critical to the build.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/ghc.mk b/ghc.mk
index bc92b8796b..0eae0fc5fe 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -815,11 +815,6 @@ install : install_mingw
install_mingw : $(INPLACE_MINGW)
"$(CP)" -Rp $(INPLACE_MINGW) $(prefix)
-install : install_perl
-.PHONY: install_perl
-install_perl : $(INPLACE_PERL)
- "$(CP)" -Rp $(INPLACE_PERL) $(prefix)
-
endif # Windows_Host
ifneq "$(BINDIST)" "YES"
@@ -1025,7 +1020,6 @@ $(eval $(call bindist-list,.,\
$(INPLACE_BIN)/mkdirhier \
utils/ghc-cabal/dist-install/build/tmp/ghc-cabal \
$(BINDIST_WRAPPERS) \
- $(BINDIST_PERL_SOURCES) \
$(BINDIST_LIBS) \
$(BINDIST_HI) \
$(BINDIST_EXTRAS) \