summaryrefslogtreecommitdiff
path: root/rules/shell-wrapper.mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-31 23:39:51 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-31 23:39:51 +0200
commitb05caa77c9af88e5e603e929750ae0f6db2f063a (patch)
treebcb88d4127664fcdd8fade8d7dd023f892056599 /rules/shell-wrapper.mk
parent8c99e698476291c9ed9e8231bd08406060f92e16 (diff)
downloadhaskell-b05caa77c9af88e5e603e929750ae0f6db2f063a.tar.gz
Comment fix
Diffstat (limited to 'rules/shell-wrapper.mk')
-rw-r--r--rules/shell-wrapper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/shell-wrapper.mk b/rules/shell-wrapper.mk
index b23e385035..5672f36877 100644
--- a/rules/shell-wrapper.mk
+++ b/rules/shell-wrapper.mk
@@ -62,7 +62,7 @@ ifeq "$$($1_$2_INSTALL_SHELL_WRAPPER_NAME)" ""
$1_$2_INSTALL_SHELL_WRAPPER_NAME = $$($1_$2_PROG)
endif
-# Install the binary in $(libexecdir), and install a shell wrapper in $(bindir)
+# Install the binary in $(ghclibexecdir), and install a shell wrapper in $(bindir)
INSTALL_LIBEXECS += $1/$2/build/tmp/$$($1_$2_PROG)
BINDIST_WRAPPERS += $$($1_$2_SHELL_WRAPPER_NAME)