diff options
author | Christian Groessler <chris@groessler.org> | 2005-08-17 15:52:29 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2005-08-17 15:52:29 +0000 |
commit | e1e3d0f5e6f2d0b5f868e213514f0613e2818290 (patch) | |
tree | 781581270a16352e9efe37b977c63a17900035af /Makefile.tpl | |
parent | 181fc57c8ef929575f684baccf4de7fa9eef61b6 (diff) | |
download | gdb-e1e3d0f5e6f2d0b5f868e213514f0613e2818290.zip gdb-e1e3d0f5e6f2d0b5f868e213514f0613e2818290.tar.gz gdb-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.tpl | 2 |
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); \ |