diff options
author | Peter Andersson <[email protected]> | 2012-03-14 11:42:15 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-14 11:42:15 +0100 |
commit | d65a6659a34db1cdd6ffff2628abf79f66530cb8 (patch) | |
tree | 128e54c97f1a02c5c6fd06fa641920aeeb113ae4 /Makefile.in | |
parent | 5d74fedad95c849b71c8dc255291467b7fcc37de (diff) | |
parent | cd992c382c60fbb2a4126b4d7407df354e11a3ec (diff) | |
download | otp-d65a6659a34db1cdd6ffff2628abf79f66530cb8.tar.gz otp-d65a6659a34db1cdd6ffff2628abf79f66530cb8.tar.bz2 otp-d65a6659a34db1cdd6ffff2628abf79f66530cb8.zip |
Merge branch 'maint'
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. |