diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 22:37:57 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 22:37:57 +0000 |
commit | 8640750e136f98767fc0678b35a20a6fb7970241 (patch) | |
tree | 047e9c40f0b33614358ca4925714709f28699a9e /mk | |
parent | 7cef4375e696fd226399ea2b22efef0927680e8e (diff) | |
download | haskell-8640750e136f98767fc0678b35a20a6fb7970241.tar.gz |
Use the automatic variables for touchy too
Diffstat (limited to 'mk')
-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 5cd1667cc7..16faa95e68 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -434,7 +434,6 @@ SRC_FLEX_OPTS += -8 # xxx_PGM the name of an executable, without the path # xxx the executable relative to the current dir -TOUCHY = $(INPLACE_LIB)/touchy$(exeext) MKDIRHIER = $(INPLACE_BIN)/mkdirhier GENERATED_FILE = chmod a-w |