diff options
author | Björn Gustavsson <[email protected]> | 2018-05-02 16:17:45 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-05-02 16:17:45 +0200 |
commit | adeb249fd8baeffd2c48616328052140e1b8f872 (patch) | |
tree | 6cffc58b0627f31990e8aacb53c1111474abad97 | |
parent | 6ab00dd854b70e0a4ad06fa802a5ebb1b4871721 (diff) | |
download | otp-adeb249fd8baeffd2c48616328052140e1b8f872.tar.gz otp-adeb249fd8baeffd2c48616328052140e1b8f872.tar.bz2 otp-adeb249fd8baeffd2c48616328052140e1b8f872.zip |
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. |