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:
authorJeff Johnston <jjohnstn@redhat.com>2015-01-05 20:36:34 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-01-05 20:36:34 +0300
commitba913653a6613ba70b7c5341ce167fc3b0f09c89 (patch)
tree1edec3a7167d97c800f1cc9f58d1a98af317fa22 /libgloss/rl78
parentf0e3a51e9f0298a599eba8cc31794bb1b1bf34ca (diff)
2015-01-05 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* lm32/Makefile.in (install): Respect DESTDIR. (install-scripts): Ditto. * mep/Makefile.in (install): Ditto. * mt/Makefile.in (install): Ditto. * rl78/Makefile.in (install): Ditto.
Diffstat (limited to 'libgloss/rl78')
-rw-r--r--libgloss/rl78/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/rl78/Makefile.in b/libgloss/rl78/Makefile.in
index bdb634032..87a0e251e 100644
--- a/libgloss/rl78/Makefile.in
+++ b/libgloss/rl78/Makefile.in
@@ -135,11 +135,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: