aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-12-24 17:23:30 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2002-12-24 17:23:30 +0000
commit4b699462aa07431e40d24c3912ac565f1f74b960 (patch)
tree71354536ee90f65bec03221593f20b6bc6a4c02e /Makefile.in
parent6dbec167569ac5c9c34e23be1123f81b9d46e76f (diff)
downloadnewlib-4b699462aa07431e40d24c3912ac565f1f74b960.zip
newlib-4b699462aa07431e40d24c3912ac565f1f74b960.tar.gz
newlib-4b699462aa07431e40d24c3912ac565f1f74b960.tar.bz2
* Makefile.tpl (multilib.out): Fix missing space.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5725d96..5e0ae4d 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