diff options
author | Peter Andersson <[email protected]> | 2012-03-12 23:17:20 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-12 23:17:20 +0100 |
commit | b5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f (patch) | |
tree | 041e93978cf38821989ebfee5b78cdc42d893fe0 /Makefile.in | |
parent | bcf19f1d079720272198ba1a6b36a8718e6f2303 (diff) | |
download | otp-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.in | 2 |
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. |