* Makefile.in: Regenerate.
+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.
# 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
# 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