* 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).
This commit is contained in:
parent
82f123e5c6
commit
452525aec7
@ -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>
|
2007-07-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for
|
* include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for
|
||||||
|
@ -472,8 +472,10 @@ subdirs: $(SUBDIRS)
|
|||||||
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
||||||
cd ./$@; \
|
cd ./$@; \
|
||||||
$(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
|
$(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
|
||||||
else exit 1 ; fi ; \
|
else exit 1 ; \
|
||||||
else true ; fi ; \
|
fi ; \
|
||||||
|
else true ; \
|
||||||
|
fi
|
||||||
|
|
||||||
force:
|
force:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user