aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-05-04 10:06:20 +0200
committerBjörn Gustavsson <[email protected]>2018-05-04 10:06:20 +0200
commit9f0c479ed76b4ca35a5fc625e3aec623a8069ed8 (patch)
tree73f39cc4c3691f974028ca11fb305f97166eb71c
parent3b389f8e00eb734b23c6e78ff03801a5bda778f3 (diff)
parentadeb249fd8baeffd2c48616328052140e1b8f872 (diff)
downloadotp-9f0c479ed76b4ca35a5fc625e3aec623a8069ed8.tar.gz
otp-9f0c479ed76b4ca35a5fc625e3aec623a8069ed8.tar.bz2
otp-9f0c479ed76b4ca35a5fc625e3aec623a8069ed8.zip
Merge branch 'bjorn/fix-typer-link'
* bjorn/fix-typer-link: Fix the missing link to typer in an installed system
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6803e4b77e..e75bcf7f10 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ BINDIR = $(DESTDIR)$(EXTRA_PREFIX)$(bindir)
#
# Erlang base public files
#
-ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer escript ct_run
+ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer typer escript ct_run
# ERLANG_INST_LIBDIR is the top directory where the Erlang installation
# will be located when running.