diff options
author | Andreas Schwab <schwab@suse.de> | 2002-12-24 17:23:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-12-24 17:23:30 +0000 |
commit | c4c395e41bd69e28450f11bddd73ea6fce145276 (patch) | |
tree | 711ff083330837592e5a802156cdf4fccf2b3c56 /Makefile.in | |
parent | cada990cf0b3bb969799c400c6e3b77551c6f9ca (diff) | |
download | gdb-c4c395e41bd69e28450f11bddd73ea6fce145276.tar.gz |
* 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 5725d96eaca..5e0ae4d942d 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 |