Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
authorChristian Groessler <chris@groessler.org>
Wed, 17 Aug 2005 15:59:29 +0000 (15:59 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 17 Aug 2005 15:59:29 +0000 (15:59 +0000)
2005-08-17  Christian Groessler  <chris@groessler.org>

* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
* Makefile.in: Regenerate.

From-SVN: r103216

ChangeLog
Makefile.in
Makefile.tpl

index 3ab5f5d59b6f6e34ce337f8aa5a0d61cbd157c35..73efca4ae985b442e6067041a4691f1e1461b5c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-17  Christian Groessler  <chris@groessler.org>
+
+       * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
+       * Makefile.in: Regenerate.
+
 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * MAINTAINERS (write after approval): Added myself.
index 4918cdf8c89d1b40f62fe1ab599aab4deb55e2d5..f398d893aa8a6f2f6d06b887e545af2965bdc259 100644 (file)
@@ -365,7 +365,7 @@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ $(FLAGS_FOR_TARGET)
 CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
 USUAL_CC_FOR_TARGET = ` \
   if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
-    echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc ; \
+    echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/ ; \
   else \
     if [ '$(host)' = '$(target)' ] ; then \
       echo $(CC); \
index cb975f19f1e6dba47ad0e42af4283bbd1eba31d0..f8a120c96c3982d82d53c60c93bd07cabe8f6643 100644 (file)
@@ -368,7 +368,7 @@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ $(FLAGS_FOR_TARGET)
 CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
 USUAL_CC_FOR_TARGET = ` \
   if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
-    echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc ; \
+    echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/ ; \
   else \
     if [ '$(host)' = '$(target)' ] ; then \
       echo $(CC); \