]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libgloss/rx/Makefile.in: Respect DESTDIR when installing
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 11 Feb 2013 08:28:46 +0000 (08:28 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 11 Feb 2013 08:28:46 +0000 (08:28 +0000)
libgloss/ChangeLog
libgloss/rx/Makefile.in

index b98a4a67043c84d421b773e767bab9a990046822..4d7bc54ffab564c7bc57dca5fdbf5169f4255846 100644 (file)
@@ -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.
 
index bc7776aa97fff59a8e745c4cc5e429469bd92f40..f3806aedfdb62dfa066e5bd9cc00cd3d34818586 100644 (file)
@@ -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:
This page took 0.036843 seconds and 5 git commands to generate.