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 /libgloss/rx
parent29507fecb40f490174beb49f80802a0da958d018 (diff)
* libgloss/rx/Makefile.in: Respect DESTDIR when installing
Diffstat (limited to 'libgloss/rx')
-rw-r--r--libgloss/rx/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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: