* lib/Makefile.in (maintainer-clean): Fully ignore rmdir errors.
This commit is contained in:
parent
9117b42e68
commit
28bed069a7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ distclean bootstrap-clean: mostlyclean
|
|||
rm -fr $(DEPDIR)
|
||||
maintainer-clean: distclean
|
||||
rm -f TAGS gnulib.mk
|
||||
-rmdir malloc sys 2>/dev/null
|
||||
-rmdir malloc sys 2>/dev/null || true
|
||||
|
||||
.PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue