aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-05 16:23:33 +0100
committerRickard Green <[email protected]>2019-03-05 16:23:33 +0100
commitd395b625fab5a5b0119123e4c956c7efecf50662 (patch)
tree405e3e4971fbaff5649a584181a8de359e0784b7 /lib/Makefile
parent4a8569345b99f05f5344ca19748f47d19a3ae597 (diff)
downloadotp-d395b625fab5a5b0119123e4c956c7efecf50662.tar.gz
otp-d395b625fab5a5b0119123e4c956c7efecf50662.tar.bz2
otp-d395b625fab5a5b0119123e4c956c7efecf50662.zip
Fix build of bootstrap
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6605c6145c..ea2827bef0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -58,10 +58,10 @@ else
SUB_DIRECTORIES = hipe parsetools asn1/src
else
ifdef TERTIARY_BOOTSTRAP
- SUB_DIRECTORIES = snmp sasl jinterface syntax_tools wx
+ SUB_DIRECTORIES = snmp sasl erl_interface jinterface syntax_tools wx
else
ifdef DOC_BOOTSTRAP
- SUB_DIRECTORIES = xmerl edoc erl_docgen
+ SUB_DIRECTORIES = xmerl edoc erl_docgen public_key
else # Not bootstrap build
SUB_DIRECTORIES = $(ERTS_APPLICATIONS) \
$(ERLANG_APPLICATIONS) \