2005-08-17 Christian Groessler <chris@groessler.org>
authorChristian Groessler <chris@groessler.org>
Wed, 17 Aug 2005 15:52:29 +0000 (15:52 +0000)
committerChristian Groessler <chris@groessler.org>
Wed, 17 Aug 2005 15:52:29 +0000 (15:52 +0000)
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index a63c7214a31eabe22afd8509104623873fe3e834..8c622a59d3ce2735e50c5eb6fecca873a3d3e5a7 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-12  Paolo Bonzini  <bonzini@gnu.org>
 
        * configure.in: Replace NCN_STRICT_CHECK_TOOL with
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); \
This page took 0.048478 seconds and 4 git commands to generate.