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
parentd8a7ac6d189ae26347c06f2858b71529e4e8b9e2 (diff)
libgloss: cris: respect DESTDIR when installing
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/cris/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index b4a386fc8..d668c1d37 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-23 Mike Frysinger <vapier@gentoo.org>
+
+ * cris/Makefile.in (install-lin): Add $(DESTDIR) before ${tooldir}.
+
2012-03-12 Mike Frysinger <vapier@gentoo.org>
* libnosys/Makefile.in (NEWLIB_CFLAGS, NEWLIB_LDFLAGS,
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