From 95fb09ddbd7cb9cc92b06e424dcb33c7f140799d Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 6 Mar 2019 16:08:12 +0100 Subject: Fix bootstrap build of erl_interface --- lib/erl_interface/Makefile | 4 ---- lib/erl_interface/src/Makefile | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/erl_interface/Makefile b/lib/erl_interface/Makefile index 5fff2cabdd..9471b0df18 100644 --- a/lib/erl_interface/Makefile +++ b/lib/erl_interface/Makefile @@ -23,11 +23,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # ---------------------------------------------------- # Common Macros # ---------------------------------------------------- -ifdef TERTIARY_BOOTSTRAP -SUB_DIRECTORIES = -else SUB_DIRECTORIES = src doc/src -endif SPECIAL_TARGETS = diff --git a/lib/erl_interface/src/Makefile b/lib/erl_interface/src/Makefile index 800557fbfe..00c49f1622 100644 --- a/lib/erl_interface/src/Makefile +++ b/lib/erl_interface/src/Makefile @@ -27,7 +27,9 @@ include $(ERL_TOP)/make/output.mk include $(ERL_TOP)/make/target.mk debug opt shared purify quantify purecov gcov: +ifndef TERTIARY_BOOTSTRAP $(make_verbose)$(MAKE) -f $(TARGET)/Makefile TYPE=$@ +endif clean depend docs release release_docs tests release_tests check xmllint: $(make_verbose)$(MAKE) -f $(TARGET)/Makefile $@ -- cgit v1.2.3