aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-12-24 17:23:30 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2002-12-24 17:23:30 +0000
commit2dabcfb418f139220bbf9bab9cf02fb05c9f055a (patch)
treea0eb926596082878e551106a387acc08e04e1d35 /Makefile.tpl
parentc60b71880dc7504dec3e4fecf3e98739066b4438 (diff)
downloadgdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.zip
gdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.tar.gz
gdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.tar.bz2
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
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