diff options
author | Andreas Schwab <schwab@suse.de> | 2002-12-24 17:24:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2002-12-24 17:24:41 +0000 |
commit | 45aff44f044de397c378451b679c4716a7edc81d (patch) | |
tree | a328b71c1130c81a3e589842c5d209b0f36f887b | |
parent | c28b4e4097e22cfc1cd8ff4ec942a9fbc62976c9 (diff) | |
download | gcc-45aff44f044de397c378451b679c4716a7edc81d.zip gcc-45aff44f044de397c378451b679c4716a7edc81d.tar.gz gcc-45aff44f044de397c378451b679c4716a7edc81d.tar.bz2 |
Makefile.tpl (multilib.out): Fix missing space.
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
From-SVN: r60475
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-12-24 Andreas Schwab <schwab@suse.de> + + * Makefile.tpl (multilib.out): Fix missing space. + * Makefile.in: Regenerate. + 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. 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 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 |