Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2007-07-24 01:32:35 +0400
committerKeith Marshall <keithmarshall@@users.sf.net>2007-07-24 01:32:35 +0400
commit452525aec797dee2221cda36f7e99d2822fada4d (patch)
treea20fdfa8d75292852b9415899daadb4736537036 /winsup/mingw/Makefile.in
parent82f123e5c6530b195ca9239b609a8bb31294d2a0 (diff)
* Makefile.in (SUBDIRS): Delete stray line continuation artifact,
resulting from incomplete removal of enclosing `for ...; do ...; done' loop from compound command; (reported by Greg Chicares).
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r--winsup/mingw/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 8958aee8f..4e00b0729 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -472,8 +472,10 @@ subdirs: $(SUBDIRS)
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
cd ./$@; \
$(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
- else exit 1 ; fi ; \
- else true ; fi ; \
+ else exit 1 ; \
+ fi ; \
+ else true ; \
+ fi
force: