aboutsummaryrefslogtreecommitdiffstats
path: root/erts/start_scripts
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-10-24 15:15:02 +0200
committerLukas Larsson <[email protected]>2017-10-30 19:37:50 +0100
commit684ff93734469655896f119ffe882ef9b5d4d6b7 (patch)
tree1ef18804c8b0f83ebf753fa91ff7dc7115df31f8 /erts/start_scripts
parent40c19a6674b9034a35f1d0e5540fa755cfd54b7c (diff)
downloadotp-684ff93734469655896f119ffe882ef9b5d4d6b7.tar.gz
otp-684ff93734469655896f119ffe882ef9b5d4d6b7.tar.bz2
otp-684ff93734469655896f119ffe882ef9b5d4d6b7.zip
erts: missing makefile dependency
Diffstat (limited to 'erts/start_scripts')
-rw-r--r--erts/start_scripts/Makefile2
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) && \