]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: remove $foo when $foo.exe is built/installed.
authorJunio C Hamano <junkio@cox.net>
Wed, 10 Jan 2007 20:24:54 +0000 (12:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Jan 2007 21:56:02 +0000 (13:56 -0800)
commit6fc301bbf68decbda369402a11ef215391bdd533
treecde21e195f6855a67b5caaff1d8ed4340c637811
parent374c59056a0719fe1244280cdb6fdce48672f441
Makefile: remove $foo when $foo.exe is built/installed.

On Cygwin, newly builtins are not recognized, because there exist both
the executable binaries (with .exe extension) _and_ the now-obsolete
scripts (without extension), but the script is executed.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile