Diff
Bounty program for improvements to Tcl and certain Tcl packages.

Differences From Artifact [282dd1e63e]:

To Artifact [25b455f2c9]:


28
29
30
31
32
33
34

35
36
37
38
	rm -f [email protected]@

distclean: clean
	rm -f config.log config.status
	rm -f Makefile pkgIndex.tcl

mrproper: distclean

	rm -f @[email protected]/configure
	rm -rf @[email protected]/aclocal @[email protected]/autom4te.cache

.PHONY: all install clean distclean mrproper






>
|



28
29
30
31
32
33
34
35
36
37
38
39
	rm -f [email protected]@

distclean: clean
	rm -f config.log config.status
	rm -f Makefile pkgIndex.tcl

mrproper: distclean
	rm -f @[email protected]/configure @[email protected]/config.sub @[email protected]/config.guess @[email protected]/install-sh
	rm -f @[email protected]/aclocal.m4
	rm -rf @[email protected]/aclocal @[email protected]/autom4te.cache

.PHONY: all install clean distclean mrproper