diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-24 17:24:41 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-24 17:24:41 +0000 |
commit | 11a0151c0fc10d45ee589ccf27cadf6b411a1d0f (patch) | |
tree | a328b71c1130c81a3e589842c5d209b0f36f887b /Makefile.in | |
parent | 3721f2603495ef947aacccf59ffd27dba1fa06c8 (diff) | |
download | gcc-11a0151c0fc10d45ee589ccf27cadf6b411a1d0f.tar.gz |
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60475 138bc75d-0d04-0410-961f-82ee72b054a4
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 |