*** ./tcl/unix/dltest/Makefile.in Wed Jan 24 11:34:13 1996 --- ../dejagnu-1.3/./tcl/unix/dltest/Makefile.in Sun Jun 21 09:33:50 1998 *************** *** 32,38 **** mostlyclean: clean clean: ! rm -f *.o *${SHLIB_SUFFIX} distclean: clean rm -f Makefile config.cache config.log config.status --- 32,39 ---- mostlyclean: clean clean: ! rm -f *.o ! if [ -n "${SHLIB_SUFFIX}" ]; then rm -f *${SHLIB_SUFFIX}; fi distclean: clean rm -f Makefile config.cache config.log config.status