summaryrefslogtreecommitdiff
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
commit55efeb6a5a27cc70a7dacc7212f6cfd4cdbe8b32 (patch)
tree1f10f8499a101a797916dc6542a7dee3e53f8230 /Makefile.tpl
parent12241462bb4edc55653cd7a65f13334ec3214187 (diff)
downloadbinutils-redhat-55efeb6a5a27cc70a7dacc7212f6cfd4cdbe8b32.tar.gz
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 cb975f19f1..f8a120c96c 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); \