diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-14 13:56:17 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-14 14:40:08 +0100 |
commit | 5483b14c4c6ebcba7025bdea493aacff274b8b31 (patch) | |
tree | 34bceeb3de67870f2ffe2277a519d2fec289b0a3 /rules/bindist.mk | |
parent | 2280f9651ea4f08d8d7c29affbb134d6769e42e0 (diff) | |
download | haskell-5483b14c4c6ebcba7025bdea493aacff274b8b31.tar.gz |
Cleaning fixes, and other build system tweaks; part of #7941
Diffstat (limited to 'rules/bindist.mk')
-rw-r--r-- | rules/bindist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/bindist.mk b/rules/bindist.mk index cf49c6930f..ee730535e4 100644 --- a/rules/bindist.mk +++ b/rules/bindist.mk @@ -25,7 +25,7 @@ bindist: bindist_$1 bindist_$1: $(foreach i,$2,\ $(call make-command,\ - for f in $i; do echo $(BIN_DIST_NAME)/$$$$f >> $(BIN_DIST_LIST); done \ + for f in $i; do echo $(BIN_DIST_NAME)/$$$$f >> bindist-list; done \ ) \ ) endef |