diff options
author | Peter Andersson <[email protected]> | 2012-03-14 11:18:20 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-14 11:18:33 +0100 |
commit | 00421e6f0dc18f7d6e44100186f5c3b3e38ce2d5 (patch) | |
tree | ebb50cddecd8e93ca508ab9bca4cde83dbdf2d58 | |
parent | 805f55b9f08d29bfca4fdf0fe1509702a8451b5b (diff) | |
parent | b5ed1ff8bcbe68a4d797dbb8e00b8dba0285f63f (diff) | |
download | otp-00421e6f0dc18f7d6e44100186f5c3b3e38ce2d5.tar.gz otp-00421e6f0dc18f7d6e44100186f5c3b3e38ce2d5.tar.bz2 otp-00421e6f0dc18f7d6e44100186f5c3b3e38ce2d5.zip |
Merge remote branch 'origin/peppe/common_test/otp-9898' into maint
* origin/peppe/common_test/otp-9898:
Create link to ct_run in the installation bin dir
OTP-9898
-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. |