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:
authorCorinna Vinschen <corinna@vinschen.de>2013-02-11 12:28:46 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-02-11 12:28:46 +0400
commit6fb8fc90129035f1656eb26ac66101fd05624226 (patch)
tree870befdc66fc57e2f80972dfc5ddfe8295576569
parent29507fecb40f490174beb49f80802a0da958d018 (diff)
* libgloss/rx/Makefile.in: Respect DESTDIR when installing
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/rx/Makefile.in4
2 files changed, 7 insertions, 3 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index b98a4a670..4d7bc54ff 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,4 +1,8 @@
-2013-02-04 Greta Yorsh <greta.yorsh@arm.com>
+2013-02-10 Peter Marheine <peter@taricorp.net>
+
+ * libgloss/rx/Makefile.in: Respect DESTDIR when installing
+
+2013-02-04 Greta Yorsh <greta.yorsh@arm.com>
* arm/elf-rdimon.specs (-lrdimon): Change link to lib.
diff --git a/libgloss/rx/Makefile.in b/libgloss/rx/Makefile.in
index bc7776aa9..f3806aedf 100644
--- a/libgloss/rx/Makefile.in
+++ b/libgloss/rx/Makefile.in
@@ -139,11 +139,11 @@ write.o : $(SDEPS)
install: $(CRT) $(SIM_BSP) $(SCRIPTS)
for c in $(CRT) $(SIM_BSP); do \
- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$c ;\
+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$c ;\
done
for c in $(SCRIPTS); do \
b=`basename $$c`; \
- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$b ;\
+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$b ;\
done
clean mostlyclean: