public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Christian Groessler <chris@groessler.org>
To: <binutils@sources.redhat.com>
Cc: <bonzini@gnu.org>
Subject: [PATCH]: missing trailing slash in toplevel makefile
Date: Mon, 15 Aug 2005 20:23:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.30.0508152219220.536-100000@ds9.groessler.org> (raw)

Hi,

pretty obvious.

Ok to apply, or should I report this somewhere else?

regards,
chris



2005-08-15  Christian Groessler  <chris@groessler.org>

	* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
	* Makefile.in: Regenerate.


Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.219
diff -u -r1.219 Makefile.in
--- Makefile.in 8 Aug 2005 09:20:58 -0000       1.219
+++ Makefile.in 15 Aug 2005 20:10:31 -0000
@@ -365,7 +365,7 @@
 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); \
Index: Makefile.tpl
===================================================================
RCS file: /cvs/src/src/Makefile.tpl,v
retrieving revision 1.143
diff -u -r1.143 Makefile.tpl
--- Makefile.tpl        8 Aug 2005 09:21:05 -0000       1.143
+++ Makefile.tpl        15 Aug 2005 20:10:31 -0000
@@ -368,7 +368,7 @@
 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); \


             reply	other threads:[~2005-08-15 20:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-15 20:23 Christian Groessler [this message]
2005-08-15 21:25 ` DJ Delorie
2005-08-16 20:47   ` Christian Groessler
2005-08-17  7:13     ` Paolo Bonzini
2005-08-17 15:54       ` Christian Groessler
2005-08-15 22:26 ` Hans-Peter Nilsson
2005-08-16 13:21   ` Christian Groessler
2005-08-16 13:29     ` Paolo Bonzini
2005-08-16 20:45       ` Christian Groessler
2005-08-16 14:23     ` Hans-Peter Nilsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.30.0508152219220.536-100000@ds9.groessler.org \
    --to=chris@groessler.org \
    --cc=binutils@sources.redhat.com \
    --cc=bonzini@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).