diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2002-12-24 17:23:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2002-12-24 17:23:30 +0000 |
commit | 2dabcfb418f139220bbf9bab9cf02fb05c9f055a (patch) | |
tree | a0eb926596082878e551106a387acc08e04e1d35 /Makefile.in | |
parent | c60b71880dc7504dec3e4fecf3e98739066b4438 (diff) | |
download | gdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.zip gdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.tar.gz gdb-2dabcfb418f139220bbf9bab9cf02fb05c9f055a.tar.bz2 |
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5725d96..5e0ae4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7679,7 +7679,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 |