From 28a541408f52eea87bd2cf1409ce08cec9cb3db2 Mon Sep 17 00:00:00 2001 From: bonzini Date: Wed, 17 Aug 2005 15:59:29 +0000 Subject: 2005-08-17 Christian Groessler * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103216 138bc75d-0d04-0410-961f-82ee72b054a4 --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index cb975f19f1e..f8a120c96c3 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); \ -- cgit v1.2.1