aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-12 23:17:20 +0100
committerPeter Andersson <[email protected]>2012-03-12 23:17:20 +0100
commitb5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f (patch)
tree041e93978cf38821989ebfee5b78cdc42d893fe0 /Makefile.in
parentbcf19f1d079720272198ba1a6b36a8718e6f2303 (diff)
downloadotp-b5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f.tar.gz
otp-b5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f.tar.bz2
otp-b5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f.zip
Create link to ct_run in the installation bin dir
OTP-9898
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 761d37ac02..b3327b5c65 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,7 @@ BINDIR = $(DESTDIR)$(EXTRA_PREFIX)$(bindir)
#
# Erlang base public files
#
-ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer typer escript run_test
+ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer typer escript ct_run run_test
# ERLANG_INST_LIBDIR is the top directory where the Erlang installation
# will be located when running.