Added a fix from Dan Moore to remove the Depend files on "make clean"

(these are automatically removed and regenerated on "make" anyway).
This commit is contained in:
Tim Edwards 2020-10-14 22:39:48 -04:00
parent 4c5b40bcd9
commit 9f49ad97da
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ install-tcl-real: install-tcl-dirs
clean:
for dir in ${MODULES} ${PROGRAMS} ${TECH} ${UNUSED_MODULES}; do \
(cd $$dir && ${MAKE} clean); done
${RM} *.tmp */*.tmp *.sav */*.sav *.log TAGS tags
${RM} *.tmp */*.tmp *.sav */*.sav *.log TAGS tags */Depend
distclean:
touch defs.mak