aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-08 14:18:44 +0100
committerRickard Green <[email protected]>2019-03-08 14:18:44 +0100
commit9c019dfdf038768e5f7f4f2dadc0312421986f2c (patch)
tree11a4fb700b547f5ceec20c3d4617bdbc890e4868 /Makefile.in
parent3066a5bf51467d1f8f0b05cf7b7bab0ef6a17578 (diff)
parenta4caaef4df6acbdd7c46962004edc1d47504bbf4 (diff)
downloadotp-9c019dfdf038768e5f7f4f2dadc0312421986f2c.tar.gz
otp-9c019dfdf038768e5f7f4f2dadc0312421986f2c.tar.bz2
otp-9c019dfdf038768e5f7f4f2dadc0312421986f2c.zip
Merge branch 'rickard/deprecations-removals-fix'
* rickard/deprecations-removals-fix: Better erl_interface deprecation warning implementation
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 494ab52b3a..49a0d9f8af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -769,7 +769,7 @@ tertiary_bootstrap_copy:
true; \
done
# copy erl_interface includes
- $(V_at)for x in lib/erl_interface/include/*.h lib/erl_interface/include/$(TARGET)/*.h; do \
+ $(V_at)for x in lib/erl_interface/include/*.h; do \
BN=`basename $$x`; \
TF=$(BOOTSTRAP_ROOT)/bootstrap/lib/erl_interface/include/$$BN; \
test -f $$TF && \