This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

(toplevel, committed) Missing space in multilib.out rule


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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]