From 2dabcfb418f139220bbf9bab9cf02fb05c9f055a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 24 Dec 2002 17:23:30 +0000 Subject: * Makefile.tpl (multilib.out): Fix missing space. * Makefile.in: Regenerate. --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index f09ef06..31ee233 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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 -- cgit v1.1