* Makefile.in (stage1-start): Handle an empty SUBDIRS.

From-SVN: r69117
This commit is contained in:
Matt Kraai 2003-07-09 00:51:42 +00:00 committed by Matt Kraai
parent ec049fdb0f
commit 6f3fcc0b83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in (stage1-start): Handle an empty SUBDIRS.
2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genattr.c (internal_dfa_insn_code): Don't prototype.

View File

@ -3731,7 +3731,7 @@ compare4-lean: @make_compare_target@4-lean
stage1-start:
-if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
$(MAKE) -f libgcc.mk libgcc-stage-start stage=stage1
-for dir in $(SUBDIRS) ; \
-subdirs="$(SUBDIRS)"; for dir in $$subdirs; \
do \
if [ -d stage1/$$dir ] ; then true ; else mkdir stage1/$$dir ; fi ; \
done