Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com,
	gdb-patches@sources.redhat.com
Subject: (toplevel, committed) Missing space in multilib.out rule
Date: Tue, 24 Dec 2002 09:54:00 -0000	[thread overview]
Message-ID: <m3k7hzjpnr.fsf@whitebox.local> (raw)

This fixes a syntax error in the multilib.out rule.  Committed as
obvious.

Andreas.

2002-12-24  Andreas Schwab  <schwab@suse.de>

	* Makefile.tpl (multilib.out): Fix missing space.
	* Makefile.in: Regenerate.

--- Makefile.tpl.~1.36.~	2002-12-24 18:08:38.000000000 +0100
+++ Makefile.tpl	2002-12-24 18:10:11.000000000 +0100
@@ -1398,7 +1398,7 @@ configure-target-qthreads: $(ALL_GCC_C)
 # We use move-if-change so that it's only considered updated when it
 # actually changes, because it has to depend on a phony target.
 multilib.out: multilib.ts
-	@if [ -f multilib.out] ; then : else \
+	@if [ -f multilib.out ] ; then : else \
 	  rm -f multilib.ts; $(MAKE) multilib.ts; \
 	fi
 


                 reply	other threads:[~2002-12-24 17:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3k7hzjpnr.fsf@whitebox.local \
    --to=schwab@suse.de \
    --cc=binutils@sources.redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /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