aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-05 16:38:12 +0100
committerRickard Green <[email protected]>2019-03-05 16:38:12 +0100
commitd18d49447d19f5b4d67ce672e18ab8be22ba8fb1 (patch)
tree405e3e4971fbaff5649a584181a8de359e0784b7 /Makefile.in
parent4a8569345b99f05f5344ca19748f47d19a3ae597 (diff)
parentd395b625fab5a5b0119123e4c956c7efecf50662 (diff)
downloadotp-d18d49447d19f5b4d67ce672e18ab8be22ba8fb1.tar.gz
otp-d18d49447d19f5b4d67ce672e18ab8be22ba8fb1.tar.bz2
otp-d18d49447d19f5b4d67ce672e18ab8be22ba8fb1.zip
Merge branch 'rickard/bootstrap-build-fix'
* rickard/bootstrap-build-fix: Fix build of 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 30755c2e4c..494ab52b3a 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/* lib/erl_interface/include/$(TARGET)/*; do \
+ $(V_at)for x in lib/erl_interface/include/*.h lib/erl_interface/include/$(TARGET)/*.h; do \
BN=`basename $$x`; \
TF=$(BOOTSTRAP_ROOT)/bootstrap/lib/erl_interface/include/$$BN; \
test -f $$TF && \