Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* (toplevel, committed) Missing space in multilib.out rule
@ 2002-12-24  9:54 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2002-12-24  9:54 UTC (permalink / raw)
  To: gcc-patches, binutils, gdb-patches

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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-24 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-24  9:54 (toplevel, committed) Missing space in multilib.out rule Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox