aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-11-15 17:51:59 +0100
committerSverker Eriksson <[email protected]>2018-11-15 17:51:59 +0100
commitbb64fbee319ed0eddebba965349f36d078b36236 (patch)
treed9c62234bbb54f1a00482a5d40fb4cbe9e630999 /Makefile.in
parentefe633d2c22daea6225935a2945fa5d3dd70e50c (diff)
downloadotp-bb64fbee319ed0eddebba965349f36d078b36236.tar.gz
otp-bb64fbee319ed0eddebba965349f36d078b36236.tar.bz2
otp-bb64fbee319ed0eddebba965349f36d078b36236.zip
Fix fixup of development runtime deps
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f053963c4..fa7c128379 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -359,7 +359,8 @@ erlang_inst_libdir_configured:
bootstrap: depend all_bootstraps
check_dev_rt_dep:
- @if `grep DEVELOPMENT "$(ERL_TOP)/make/otp_version_tickets" 1>/dev/null 2>&1`; then \
+ @if `grep DEVELOPMENT "$(ERL_TOP)/make/otp_version_tickets" 1>/dev/null 2>&1 \
+ || grep TESTING "$(ERL_TOP)/make/otp_version_tickets" 1>/dev/null 2>&1`; then \
LANG=C "$(PERL)" "$(ERL_TOP)/make/fixup_development_runtime_dependencies" "$(ERL_TOP)"; \
fi