Makefile: remove tracking of TCLTK_PATH
commit8f26aa44afab5455c911c9e15dd610758113d21c
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 18 Dec 2012 15:26:37 +0000 (18 16:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2012 17:08:41 +0000 (18 09:08 -0800)
treefdf14118a5f6000acfb4cd4882d65a05543978fd
parentbdd478d620034dc6517aea940f5dc6b88f780c04
Makefile: remove tracking of TCLTK_PATH

It looks like we are tracking the value of TCLTK_PATH in the main
Makefile for no good reason.

This patch removes the useless code used to do this tracking.

Maybe this code should have been moved to gitk-git/Makefile by
62ba514 (Move gitk to its own subdirectory, 2007-11-17).
A patch to do that has just been sent to Paul Mackerras, the gitk
maintainer.

While at it, this patch removes /gitk-git/gitk-wish from
.gitignore as it should be in /gitk-git/.gitignore and the patch
sent to Paul put it there.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile