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:
Diffstat (limited to 'libgloss')
-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: