Index: xotcl/Makefile.in =================================================================== diff -u -r6728daf2a67ce8406e152e5799defe7cc768a25e -ra095dd118343e4b469b25c6801fd0de73192686c --- xotcl/Makefile.in (.../Makefile.in) (revision 6728daf2a67ce8406e152e5799defe7cc768a25e) +++ xotcl/Makefile.in (.../Makefile.in) (revision a095dd118343e4b469b25c6801fd0de73192686c) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.2 2004/06/18 07:57:36 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.3 2004/06/18 08:27:57 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -465,6 +465,10 @@ distclean: clean -rm -f Makefile $(CONFIG_CLEAN_FILES) + @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ + for dir in $$dirs ; do \ + if (cd $$dir; $(MAKE) $@) ; then true ; else exit 1 ; fi ; \ + done; fi #======================================================================== # Install binary object libraries. On Windows this includes both .dll and