aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Groessler <chris@groessler.org>2005-08-17 15:59:29 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2005-08-17 15:59:29 +0000
commit0f029d398bb38fcc1b89a5e0de9a2848e3142154 (patch)
tree9fd40413fa27684daf07cba452543f2590ef4700
parentd28cbb07672ee31fe07754d6306b47745ea11014 (diff)
downloadgcc-0f029d398bb38fcc1b89a5e0de9a2848e3142154.zip
gcc-0f029d398bb38fcc1b89a5e0de9a2848e3142154.tar.gz
gcc-0f029d398bb38fcc1b89a5e0de9a2848e3142154.tar.bz2
Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2005-08-17 Christian Groessler <chris@groessler.org> * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate. From-SVN: r103216
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ab5f5d..73efca4 100644
--- 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.
diff --git a/Makefile.in b/Makefile.in
index 4918cdf..f398d89 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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); \
diff --git a/Makefile.tpl b/Makefile.tpl
index cb975f1..f8a120c 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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); \