OSDN Git Service

* Makefile.in (SUBDIRS): Delete stray line continuation artifact,
authorkeithmarshall <keithmarshall>
Mon, 23 Jul 2007 21:32:35 +0000 (21:32 +0000)
committerkeithmarshall <keithmarshall>
Mon, 23 Jul 2007 21:32:35 +0000 (21:32 +0000)
resulting from incomplete removal of enclosing `for ...; do ...; done'
loop from compound command; (reported by Greg Chicares).

winsup/mingw/ChangeLog
winsup/mingw/Makefile.in

index e69c1f2..c171a22 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-23 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+       * 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).
+
 2007-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for
index 8958aee..4e00b07 100644 (file)
@@ -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: