Commit 45aff44f by Andreas Schwab Committed by Andreas Schwab

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

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

From-SVN: r60475
parent c28b4e40
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> 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it. * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
......
...@@ -7679,7 +7679,7 @@ configure-target-qthreads: $(ALL_GCC_C) ...@@ -7679,7 +7679,7 @@ configure-target-qthreads: $(ALL_GCC_C)
# We use move-if-change so that it's only considered updated when it # 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. # actually changes, because it has to depend on a phony target.
multilib.out: multilib.ts multilib.out: multilib.ts
@if [ -f multilib.out] ; then : else \ @if [ -f multilib.out ] ; then : else \
rm -f multilib.ts; $(MAKE) multilib.ts; \ rm -f multilib.ts; $(MAKE) multilib.ts; \
fi fi
......
...@@ -1398,7 +1398,7 @@ configure-target-qthreads: $(ALL_GCC_C) ...@@ -1398,7 +1398,7 @@ configure-target-qthreads: $(ALL_GCC_C)
# We use move-if-change so that it's only considered updated when it # 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. # actually changes, because it has to depend on a phony target.
multilib.out: multilib.ts multilib.out: multilib.ts
@if [ -f multilib.out] ; then : else \ @if [ -f multilib.out ] ; then : else \
rm -f multilib.ts; $(MAKE) multilib.ts; \ rm -f multilib.ts; $(MAKE) multilib.ts; \
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment