aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristian Groessler <chris@groessler.org>2005-08-17 15:59:29 +0000
committerPaolo Bonzini <bonzini@gnu.org>2005-08-17 15:59:29 +0000
commit2b783714e0ab6b4e04232c73e87395b1f03fe5f2 (patch)
tree9fd40413fa27684daf07cba452543f2590ef4700 /Makefile.in
parent838e5862755e979ff64cb00ba39c2e68db7e72e5 (diff)
2005-08-17 Christian Groessler <chris@groessler.org>
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103216 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4918cdf8c89..f398d893aa8 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); \