[commit: ghc] master: Comment fix (b05caa7)
git at git.haskell.org
git at git.haskell.org
Sat Aug 31 23:42:50 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b05caa77c9af88e5e603e929750ae0f6db2f063a/ghc
>---------------------------------------------------------------
commit b05caa77c9af88e5e603e929750ae0f6db2f063a
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Aug 31 23:39:51 2013 +0200
Comment fix
>---------------------------------------------------------------
b05caa77c9af88e5e603e929750ae0f6db2f063a
rules/shell-wrapper.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/shell-wrapper.mk b/rules/shell-wrapper.mk
index b23e385..5672f36 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)
More information about the ghc-commits
mailing list