Avoid error stop from Make if a directory doesn't exist during subdir_do.

This commit is contained in:
John Gilmore 1991-05-31 12:34:55 +00:00
parent 137a7f1119
commit 6849cb7183
1 changed files with 16 additions and 13 deletions

View File

@ -39,7 +39,7 @@ subdir_do: force
then true ; \
else exit 1 ; \
fi ;\
fi ; \
else true; fi ; \
done
bootstrap:
@ -132,6 +132,9 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
#
# $Log$
# Revision 1.14 1991/05/31 12:34:55 gnu
# Avoid error stop from Make if a directory doesn't exist during subdir_do.
#
# Revision 1.13 1991/05/27 23:03:20 rich
# Put gcc/gstdarg.h where gas can find it; gas/stdarg.h.
#