aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-04 12:47:37 +0100
committerRickard Green <[email protected]>2019-03-04 12:47:37 +0100
commit91498c1b747337977200d668e3165ab490775055 (patch)
tree79a777a7526e2be19a053d6a4dd5a20a03544faf
parente766e527cc2de68c0fe6383c4d5a358b03e40080 (diff)
parent98f83583c1bb6625c36a6cf2a98a7750f6b6c797 (diff)
downloadotp-91498c1b747337977200d668e3165ab490775055.tar.gz
otp-91498c1b747337977200d668e3165ab490775055.tar.bz2
otp-91498c1b747337977200d668e3165ab490775055.zip
Merge branch 'rickard/deprecations-removals'
* rickard/deprecations-removals: Fix bootstrap
-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 && \