Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 22 Sep 2009 21:38:25 +0000 (21:38 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 22 Sep 2009 21:38:25 +0000 (21:38 +0000)
2009-09-22  Loren J. Rittle <ljrittle@acm.org>

* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
* Makefile.in: Rebuilt.

From-SVN: r152050

ChangeLog
Makefile.in
Makefile.tpl

index 54f0449..ed703b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-22  Loren J. Rittle <ljrittle@acm.org>
+
+       * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
+       * Makefile.in: Rebuilt.
+
 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        PR bootstrap/32272
index 044f849..354193c 100644 (file)
@@ -235,7 +235,7 @@ POSTSTAGE1_HOST_EXPORTS = \
          -B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
          -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \
          -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \
-         -I$$r/$(srcdir)/libstdc++-v3/libsupc++ \
+         -I$(srcdir)/libstdc++-v3/libsupc++ \
          -L$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs"; export CXX; \
        CXX_FOR_BUILD="$$CXX"; export CXX_FOR_BUILD; \
        GNATBIND="$$r/$(HOST_SUBDIR)/prev-gcc/gnatbind"; export GNATBIND; \
index 6c63d95..28ac987 100644 (file)
@@ -238,7 +238,7 @@ POSTSTAGE1_HOST_EXPORTS = \
          -B$$r/$(HOST_SUBDIR)/prev-gcc/ -B$(build_tooldir)/bin/ -nostdinc++ \
          -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include/$(TARGET_SUBDIR) \
          -I$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/include \
-         -I$$r/$(srcdir)/libstdc++-v3/libsupc++ \
+         -I$(srcdir)/libstdc++-v3/libsupc++ \
          -L$$r/prev-$(TARGET_SUBDIR)/libstdc++-v3/src/.libs"; export CXX; \
        CXX_FOR_BUILD="$$CXX"; export CXX_FOR_BUILD; \
        GNATBIND="$$r/$(HOST_SUBDIR)/prev-gcc/gnatbind"; export GNATBIND; \