]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 54f04496cac19a12b81e99b93c4dc9acd0f2939f..ed703b546e071b2e0bf7da8e014e1887be9ef0a8 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 044f849d0aa68119104251f1f18530041e5f7b15..354193c4db29632cb15ac81fb908a2bfc84085d0 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 6c63d950fc6d0d4c0dee3c13a504e3aa32b9e7c9..28ac9879b1b37342d82a451c8624c90a8706a6dc 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; \