]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Ensure 'make dist' compiles git-archive.exe on Cygwin
authorShawn O. Pearce <spearce@spearce.org>
Sun, 24 Feb 2008 05:38:04 +0000 (00:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2008 08:51:01 +0000 (00:51 -0800)
commit6c0f86943e9ebba5aa281772e01559773e0c1234
tree74288a93305ffc3cc9e1e87b07d2a389ef7bc88e
parent31e0b2ca81ad985a8768c33c0aba547a51d05277
Ensure 'make dist' compiles git-archive.exe on Cygwin

On Cygwin we have to use git-archive.exe as the target, otherwise
running 'make dist' does not compile git-archive in the current
directory.  That may cause 'make dist' to fail on a clean source
tree that has never been built before.

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