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:
authorMichael Frysinger <vapier@gentoo.org>2012-03-24 07:38:28 +0400
committerMichael Frysinger <vapier@gentoo.org>2012-03-24 07:38:28 +0400
commitcff00a203897a28629486e87662c0444aa9549d7 (patch)
tree0fed8e36fb2ac3190ae82af46af7107660f3479e /libgloss/cris
parentd8a7ac6d189ae26347c06f2858b71529e4e8b9e2 (diff)
libgloss: cris: respect DESTDIR when installing
Diffstat (limited to 'libgloss/cris')
-rw-r--r--libgloss/cris/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/cris/Makefile.in b/libgloss/cris/Makefile.in
index 0ec0678d6..a5cd9e05d 100644
--- a/libgloss/cris/Makefile.in
+++ b/libgloss/cris/Makefile.in
@@ -228,7 +228,7 @@ install-lin:
*) \
set -e; \
for x in ${LIN_BSP} ${LIN_SCRIPTS} ${LIN_EXTRA}; do \
- ${INSTALL_DATA} $$x ${tooldir}/lib${MULTISUBDIR}/$$x; \
+ ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; \
done;; \
esac