diff options
author | John Högberg <[email protected]> | 2017-10-24 15:15:02 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-30 19:37:50 +0100 |
commit | 684ff93734469655896f119ffe882ef9b5d4d6b7 (patch) | |
tree | 1ef18804c8b0f83ebf753fa91ff7dc7115df31f8 | |
parent | 40c19a6674b9034a35f1d0e5540fa755cfd54b7c (diff) | |
download | otp-684ff93734469655896f119ffe882ef9b5d4d6b7.tar.gz otp-684ff93734469655896f119ffe882ef9b5d4d6b7.tar.bz2 otp-684ff93734469655896f119ffe882ef9b5d4d6b7.zip |
erts: missing makefile dependency
-rw-r--r-- | erts/start_scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/start_scripts/Makefile b/erts/start_scripts/Makefile index e730422ed8..5a47ad9616 100644 --- a/erts/start_scripts/Makefile +++ b/erts/start_scripts/Makefile @@ -171,7 +171,7 @@ $(ERL_TOP)/bin/no_dot_erlang.script: $(ERLC) $(SCRIPT_PATH) +no_warn_sasl +otp_build +no_dot_erlang -o $@ $(SS_ROOT)/no_dot_erlang.rel ) ## Special target used from system/build/Makefile for source code release bootstrap. -bootstrap_scripts: $(SS_ROOT)/start_clean.rel +bootstrap_scripts: $(SS_ROOT)/start_clean.rel $(SS_ROOT)/no_dot_erlang.rel $(V_at)$(INSTALL_DIR) $(TESTROOT)/bin $(V_at)$(INSTALL_DIR) $(SS_TMP) $(V_at)( cd $(SS_TMP) && \ |