Also work if there is no contrib

This commit is contained in:
Ben Gras 2005-09-11 15:21:50 +00:00
parent 31fe543973
commit 189a1cb738

View file

@ -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