* Makefile.tpl (multilib.out): Fix missing space.

* Makefile.in: Regenerate.
This commit is contained in:
Andreas Schwab 2002-12-24 17:23:30 +00:00
parent 6dbec16756
commit 4b699462aa
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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