summaryrefslogtreecommitdiffstats
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
commitac6001df45ce49adc7c58b6080b9223b42b458b3 (patch)
treefbbf688b9fd29d44341e517fe85947d3248085d0 /Makefile.tpl
parentae6c01c0690f54a2451922130e08881a9dc9878f (diff)
downloadcygnal-ac6001df45ce49adc7c58b6080b9223b42b458b3.tar.gz
cygnal-ac6001df45ce49adc7c58b6080b9223b42b458b3.tar.bz2
cygnal-ac6001df45ce49adc7c58b6080b9223b42b458b3.zip
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 cb975f19f..f8a120c96 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); \