]> sourceware.org Git - newlib-cygwin.git/commitdiff
libgloss: bfin: fix subdir install for sim files
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Jan 2022 02:08:07 +0000 (21:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 24 Jan 2022 02:08:07 +0000 (21:08 -0500)
When building in parallel, make sure the subdir for the sim files
exist before trying to install into them.

libgloss/bfin/Makefile.in

index b206a17ae3c44cc306f9a89def223ec959ed1ec3..07ce0d0f8e95a635593f8defc2847c62276ae30c 100644 (file)
@@ -175,6 +175,7 @@ distclean maintainer-clean realclean: clean
 install: ${SIM_INSTALL} ${BOARD_INSTALL}
 
 install-sim:
+       ${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR}
        for x in ${SIM_CRT0} ${SIM_BSP} ${SIM_SCRIPTS}; do \
         ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x || exit $$?; \
        done
This page took 0.033283 seconds and 5 git commands to generate.