mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
This commit is contained in:
parent
c60b71880d
commit
2dabcfb418
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user