This avoids the users seeing ignored errors for make -C clean.
---
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 2f09833..32dc2bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -887,7 +887,7 @@ clean:
rm -rf doc;
rm -rf fi...@package_version@
rm -f $(TRANSLATIONS)
- -make -C $(XSEL) clean
+ test ! -d "$(XSEL)" || make -C $(XSEL) clean
.PHONY: clean
--
1.7.2.3
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users