git-gui: Makefile: consolidate .FORCE-* targets
commit54350a2bb48f2d4cf56bd2b8220fad7124d3592c
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 6 Jan 2010 08:16:38 +0000 (6 02:16 -0600)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 7 Jan 2010 02:20:01 +0000 (6 18:20 -0800)
tree277dc5daed373e986cce950b3ccc21bf8ab57293
parent60204ddb99187dd329000864a618e57742372d74
git-gui: Makefile: consolidate .FORCE-* targets

Providing multiple targets to force a rebuild is unnecessary
complication.

Avoid using a name that could conflict with future special
targets in GNU make (a leading period followed by uppercase
letters).

Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile