diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-03-08 10:24:17 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-09 07:48:38 -0500 |
commit | b760269c5914e128c07c66bacdbe86168003e82e (patch) | |
tree | a65998a8aa1710871b9a56ecaeb9bf30dc43617d /mk/config.mk.in | |
parent | 6b2f09916e0c8c5f37c9fbe08eb076476501c8d6 (diff) | |
download | haskell-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 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 55fb808c5a..22a3d3904e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -701,7 +701,6 @@ INSTALL := $(subst .././install-sh,$(TOP)/install-sh,$(INSTALL)) LN_S = @LN_S@ MV = mv -PERL = @PerlCmd@ PIC = pic RANLIB_CMD = @RANLIB_CMD@ REAL_RANLIB_CMD = @REAL_RANLIB_CMD@ |