]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.tpl (multilib.out): Fix missing space.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 24 Dec 2002 17:23:30 +0000 (17:23 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 24 Dec 2002 17:23:30 +0000 (17:23 +0000)
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index b92fb72c120e3142d9f3d8e35e8f9e5e85dde152..0f3da1861f6a2c9158ceafa8d1549ad00e3ab553 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5725d96eaca1b42b4ac28265a4a646697d67593f..5e0ae4d942dee3faa8ccd2681d1099a3b26543f9 100644 (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
 
index f09ef06590ef50a930ee631c2194193af827d20e..31ee233117686e085f27930ef9f3f6e75ac451d3 100644 (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
 
This page took 0.04036 seconds and 5 git commands to generate.