summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commitba0fb93bd9b8e178cf124014463f666f812bcdc7 (patch)
tree2324fd2ea4bc289105ac2350f0797666d6115e36 /Makefile.in
parent00fc5d4cff7711fb212a838e82fd5642a54ea9a6 (diff)
downloadgdb-ba0fb93bd9b8e178cf124014463f666f812bcdc7.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.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); \