diff options
author | Rickard Green <[email protected]> | 2019-03-05 16:23:33 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-05 16:23:33 +0100 |
commit | d395b625fab5a5b0119123e4c956c7efecf50662 (patch) | |
tree | 405e3e4971fbaff5649a584181a8de359e0784b7 /lib/erl_interface/Makefile | |
parent | 4a8569345b99f05f5344ca19748f47d19a3ae597 (diff) | |
download | otp-d395b625fab5a5b0119123e4c956c7efecf50662.tar.gz otp-d395b625fab5a5b0119123e4c956c7efecf50662.tar.bz2 otp-d395b625fab5a5b0119123e4c956c7efecf50662.zip |
Fix build of bootstrap
Diffstat (limited to 'lib/erl_interface/Makefile')
-rw-r--r-- | lib/erl_interface/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/erl_interface/Makefile b/lib/erl_interface/Makefile index 9471b0df18..5fff2cabdd 100644 --- a/lib/erl_interface/Makefile +++ b/lib/erl_interface/Makefile @@ -23,7 +23,11 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # ---------------------------------------------------- # Common Macros # ---------------------------------------------------- +ifdef TERTIARY_BOOTSTRAP +SUB_DIRECTORIES = +else SUB_DIRECTORIES = src doc/src +endif SPECIAL_TARGETS = |