aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorChristian Groessler <chris@groessler.org>2005-08-17 15:52:29 +0000
committerChristian Groessler <chris@groessler.org>2005-08-17 15:52:29 +0000
commite1e3d0f5e6f2d0b5f868e213514f0613e2818290 (patch)
tree781581270a16352e9efe37b977c63a17900035af /Makefile.tpl
parent181fc57c8ef929575f684baccf4de7fa9eef61b6 (diff)
downloadbinutils-e1e3d0f5e6f2d0b5f868e213514f0613e2818290.zip
binutils-e1e3d0f5e6f2d0b5f868e213514f0613e2818290.tar.gz
binutils-e1e3d0f5e6f2d0b5f868e213514f0613e2818290.tar.bz2
2005-08-17 Christian Groessler <chris@groessler.org>
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
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); \