Index: Makefile =================================================================== --- Makefile (revision 71) +++ Makefile (working copy) @@ -57,7 +57,7 @@ clean: rm -f menuselect *.o - @$(MAKE) -C mxml clean + @if test -f mxml/Makefile ; then $(MAKE) -C mxml clean ; fi dist-clean: distclean