From 4b699462aa07431e40d24c3912ac565f1f74b960 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 24 Dec 2002 17:23:30 +0000 Subject: [PATCH] * Makefile.tpl (multilib.out): Fix missing space. * Makefile.in: Regenerate. --- ChangeLog | 5 +++++ Makefile.in | 2 +- Makefile.tpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b92fb72c1..0f3da1861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-24 Andreas Schwab + + * Makefile.tpl (multilib.out): Fix missing space. + * Makefile.in: Regenerate. + 2002-12-23 Nathanael Nerode * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. diff --git a/Makefile.in b/Makefile.in index 5725d96ea..5e0ae4d94 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 f09ef0659..31ee23311 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