aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-04 11:47:09 +0100
committerRickard Green <[email protected]>2019-03-04 11:47:09 +0100
commit98f83583c1bb6625c36a6cf2a98a7750f6b6c797 (patch)
treeb67f0a588e32848201d88d9095335b9f218da0bf /Makefile.in
parent00fa7a8def826d2a4c8fb9e2c38208103bf04341 (diff)
downloadotp-98f83583c1bb6625c36a6cf2a98a7750f6b6c797.tar.gz
otp-98f83583c1bb6625c36a6cf2a98a7750f6b6c797.tar.bz2
otp-98f83583c1bb6625c36a6cf2a98a7750f6b6c797.zip
Fix bootstrap
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 && \