summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-03 20:27:51 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-03 20:27:51 +0000
commit1cb4b90334c17ea86606ef37ff6e0461ea56396a (patch)
treeb1feba1202f4c66f389944ccc557426459b9528d /mk
parent480ad0369c51879060f56fe77003e10e4da6b141 (diff)
downloadhaskell-1cb4b90334c17ea86606ef37ff6e0461ea56396a.tar.gz
Use unlit_INPLACE rather than UNLIT in the build system
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 1488a5a4f9..69bb2b88bb 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -434,11 +434,9 @@ SRC_FLEX_OPTS += -8
# xxx_PGM the name of an executable, without the path
# xxx the executable relative to the current dir
-GHC_UNLIT_PGM = unlit$(exeext)
GHC_SPLIT_PGM = ghc-split
SPLIT = $(INPLACE_LIB)/$(GHC_SPLIT_PGM)
-UNLIT = $(INPLACE_LIB)/$(GHC_UNLIT_PGM)
TOUCHY = $(INPLACE_LIB)/touchy$(exeext)
MKDIRHIER = $(INPLACE_BIN)/mkdirhier