diff options
author | Siri Hansen <[email protected]> | 2017-03-09 11:16:37 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-09 11:16:37 +0100 |
commit | fcd9a09dc614d61a3e06953837e3bdc3c311710d (patch) | |
tree | 5ce4196fb7989577263fc1165e129fbe0bf7e87e /erts/Makefile.in | |
parent | 12d5349834f552ec9cb6ad0d51f53810acc8d51f (diff) | |
parent | 6a4d4b43914a5898671e7f9dea7988771450af0f (diff) | |
download | otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.gz otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.bz2 otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.zip |
Merge branch 'siri/typer/remove-application/OTP-14251'
* siri/typer/remove-application/OTP-14251:
Remove typer application
Diffstat (limited to 'erts/Makefile.in')
-rw-r--r-- | erts/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/Makefile.in b/erts/Makefile.in index 3052dc3065..cddabbecee 100644 --- a/erts/Makefile.in +++ b/erts/Makefile.in @@ -75,12 +75,10 @@ local_setup: $(ERL_TOP)/bin/erl.exe $(ERL_TOP)/bin/erlc.exe \ $(ERL_TOP)/bin/escript $(ERL_TOP)/bin/escript.exe \ $(ERL_TOP)/bin/dialyzer $(ERL_TOP)/bin/dialyzer.exe \ - $(ERL_TOP)/bin/typer $(ERL_TOP)/bin/typer.exe \ $(ERL_TOP)/bin/ct_run $(ERL_TOP)/bin/ct_run.exe \ $(ERL_TOP)/bin/start*.boot $(ERL_TOP)/bin/start*.script @if [ "X$(TARGET)" = "Xwin32" ]; then \ cp $(ERL_TOP)/bin/$(TARGET)/dialyzer.exe $(ERL_TOP)/bin/dialyzer.exe; \ - cp $(ERL_TOP)/bin/$(TARGET)/typer.exe $(ERL_TOP)/bin/typer.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/ct_run.exe $(ERL_TOP)/bin/ct_run.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/erlc.exe $(ERL_TOP)/bin/erlc.exe; \ cp $(ERL_TOP)/bin/$(TARGET)/erl.exe $(ERL_TOP)/bin/erl.exe; \ @@ -100,7 +98,6 @@ local_setup: -e "s;%VSN%;$(VSN);" \ $(ERL_TOP)/erts/etc/unix/cerl.src > $(ERL_TOP)/bin/cerl; \ cp $(ERL_TOP)/bin/$(TARGET)/dialyzer $(ERL_TOP)/bin/dialyzer; \ - cp $(ERL_TOP)/bin/$(TARGET)/typer $(ERL_TOP)/bin/typer; \ cp $(ERL_TOP)/bin/$(TARGET)/ct_run $(ERL_TOP)/bin/ct_run; \ cp $(ERL_TOP)/bin/$(TARGET)/erlc $(ERL_TOP)/bin/erlc; \ cp $(ERL_TOP)/bin/$(TARGET)/escript $(ERL_TOP)/bin/escript; \ |