From 9f49ad97da399213f9b0ece85a1c3cf685950a1c Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 14 Oct 2020 22:39:48 -0400 Subject: [PATCH] Added a fix from Dan Moore to remove the Depend files on "make clean" (these are automatically removed and regenerated on "make" anyway). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fc163dc..cf262b42 100644 --- a/Makefile +++ b/Makefile @@ -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