diff --git a/Makefile b/Makefile index 79f4e0884..ec4a0f8b7 100755 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ depend:: clean:: cd lib && $(MAKE) $@ - cd contrib && $(MAKE) $@ + if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) $@; fi test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) clean; fi