aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-02-18 19:58:39 +0000
committerChristopher Faylor <me@cgf.cx>2014-02-18 19:58:39 +0000
commitdfd2ffdcc1d4396f8009569a17977b01db547a70 (patch)
tree0774a886cfd87e4a76e40ce96fa5443310578fe0 /winsup/Makefile.in
parent036f56cf3215b2afd189d1599f797dc4093275e2 (diff)
downloadnewlib-dfd2ffdcc1d4396f8009569a17977b01db547a70.zip
newlib-dfd2ffdcc1d4396f8009569a17977b01db547a70.tar.gz
newlib-dfd2ffdcc1d4396f8009569a17977b01db547a70.tar.bz2
* Makefile.in: Ignore errors on doc install.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index c55201d..29ef22a 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -82,7 +82,7 @@ $(SUBDIRS):
@${MAKE} -C $@ all || ([ "$@" == doc ] && echo "*** error ignored")
$(INSTALL_SUBDIRS):
- @${MAKE} -C $(patsubst install_%,%,$@) install
+ @${MAKE} -C $(patsubst install_%,%,$@) install || ([ "$@" == install_doc ] && echo "*** error ignored")
$(CLEAN_SUBDIRS):
@if cd $(patsubst clean_%,%,$@) 2>/dev/null; then \