diff options
author | Björn Gustavsson <[email protected]> | 2018-05-04 10:06:20 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-05-04 10:06:20 +0200 |
commit | 9f0c479ed76b4ca35a5fc625e3aec623a8069ed8 (patch) | |
tree | 73f39cc4c3691f974028ca11fb305f97166eb71c | |
parent | 3b389f8e00eb734b23c6e78ff03801a5bda778f3 (diff) | |
parent | adeb249fd8baeffd2c48616328052140e1b8f872 (diff) | |
download | otp-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.in | 2 |
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. |