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:
parent
4c5b40bcd9
commit
9f49ad97da
2
Makefile
2
Makefile
|
|
@ -98,7 +98,7 @@ install-tcl-real: install-tcl-dirs
|
||||||
clean:
|
clean:
|
||||||
for dir in ${MODULES} ${PROGRAMS} ${TECH} ${UNUSED_MODULES}; do \
|
for dir in ${MODULES} ${PROGRAMS} ${TECH} ${UNUSED_MODULES}; do \
|
||||||
(cd $$dir && ${MAKE} clean); done
|
(cd $$dir && ${MAKE} clean); done
|
||||||
${RM} *.tmp */*.tmp *.sav */*.sav *.log TAGS tags
|
${RM} *.tmp */*.tmp *.sav */*.sav *.log TAGS tags */Depend
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
touch defs.mak
|
touch defs.mak
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue