From 98f83583c1bb6625c36a6cf2a98a7750f6b6c797 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Mon, 4 Mar 2019 11:47:09 +0100 Subject: Fix bootstrap --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 240450cdd4..88b3670999 100644 --- a/Makefile.in +++ b/Makefile.in @@ -767,7 +767,7 @@ tertiary_bootstrap_copy: true; \ done # copy erl_interface includes - $(V_at)for x in lib/erl_interface/include/*; do \ + $(V_at)for x in lib/erl_interface/include/* lib/erl_interface/include/$(TARGET)/*; do \ BN=`basename $$x`; \ TF=$(BOOTSTRAP_ROOT)/bootstrap/lib/erl_interface/include/$$BN; \ test -f $$TF && \ -- cgit v1.2.3