Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/b05caa77c9af88e5e603e929750ae0f6db2f063a/ghc
>--------------------------------------------------------------- commit b05caa77c9af88e5e603e929750ae0f6db2f063a Author: Gabor Greif <[email protected]> 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) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
