Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-14 15:55:49 +0300
committerMike Frysinger <vapier@gentoo.org>2022-12-20 04:19:31 +0300
commitd6468d6b9f7c88fccd64c13470d1cf3938fe3f17 (patch)
tree77a74429f97ae29847c5575b4ba8daa877765b18 /libgloss/rs6000
parent04411f45d0d4fe09fcdcad050a9ad7c833b8af0a (diff)
libgloss: rs6000: fix incorrect install dir for xil files
The install steps were missing the multilib qualifier causing them to always install in the same location and stomp each other.
Diffstat (limited to 'libgloss/rs6000')
-rw-r--r--libgloss/rs6000/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/rs6000/Makefile.in b/libgloss/rs6000/Makefile.in
index 815cbd33b..489903645 100644
--- a/libgloss/rs6000/Makefile.in
+++ b/libgloss/rs6000/Makefile.in
@@ -389,8 +389,8 @@ install-mbx:
install-xil:
${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR}
- set -e; for x in ${XIL_CRT0} ${XIL_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib/$$x; done
- set -e; for x in ${XIL_SCRIPTS} ${XIL_SPECS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib/$$x; done
+ set -e; for x in ${XIL_CRT0} ${XIL_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
+ set -e; for x in ${XIL_SCRIPTS} ${XIL_SPECS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
doc:
info: