aboutsummaryrefslogtreecommitdiff
path: root/libgloss/bfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-28 05:56:36 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-28 05:57:37 -0500
commitc6c414fcb36082d4c2b7180406e85e3e6c1780ac (patch)
tree9142d69880c4422b12facb2688221fd5e702e850 /libgloss/bfin
parent047eaf9a6b36881a15e43cbea333725b8e59a3b4 (diff)
downloadnewlib-c6c414fcb36082d4c2b7180406e85e3e6c1780ac.zip
newlib-c6c414fcb36082d4c2b7180406e85e3e6c1780ac.tar.gz
newlib-c6c414fcb36082d4c2b7180406e85e3e6c1780ac.tar.bz2
libgloss: bfin: fix missing dir with parallel install
Depending on the processing order of rules when installing in parallel, install-board might run first and the target dirs don't yet exist.
Diffstat (limited to 'libgloss/bfin')
-rw-r--r--libgloss/bfin/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/bfin/Makefile.in b/libgloss/bfin/Makefile.in
index 305ce31..f3d4cb6 100644
--- a/libgloss/bfin/Makefile.in
+++ b/libgloss/bfin/Makefile.in
@@ -180,6 +180,7 @@ install-sim:
done
install-board:
+ ${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR}
for x in ${BOARD_CRT0S} ${BOARD_BSP}; do \
${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x || exit $$?; \
done