diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 22:29:57 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 22:29:57 +0000 |
commit | 7cef4375e696fd226399ea2b22efef0927680e8e (patch) | |
tree | 45ea74f7db9809c743ec48afbbd634beafafdc77 /mk | |
parent | 2bdc4fdc00f1124ee7f379057a357c1beabbf11c (diff) | |
download | haskell-7cef4375e696fd226399ea2b22efef0927680e8e.tar.gz |
Automatically define _INPLACE variables for perl programs too
and use them for split
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 69bb2b88bb..5cd1667cc7 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -434,9 +434,6 @@ SRC_FLEX_OPTS += -8 # xxx_PGM the name of an executable, without the path # xxx the executable relative to the current dir -GHC_SPLIT_PGM = ghc-split - -SPLIT = $(INPLACE_LIB)/$(GHC_SPLIT_PGM) TOUCHY = $(INPLACE_LIB)/touchy$(exeext) MKDIRHIER = $(INPLACE_BIN)/mkdirhier |