Mark msysGit as obsolete
[msysgit.git] / src / gzip / patches / 0001-use-windows-exe-prefix.patch
blob8848d57edbee4df07222a8e7f1fb616e99f84de2
1 From aaa5e6e398e1e4dc527df0e95c5c07e32118cb79 Mon Sep 17 00:00:00 2001
2 From: Erik Faye-Lund <kusmabite@gmail.com>
3 Date: Thu, 29 Sep 2011 21:55:40 +0200
4 Subject: [PATCH] use windows exe-suffix
6 ---
7 Makefile.in | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/Makefile.in b/Makefile.in
11 index 40906a2..590bf8f 100644
12 --- a/Makefile.in
13 +++ b/Makefile.in
14 @@ -81,7 +81,7 @@ G=@G@
15 ZCAT=@ZCAT@
16 # To install zcat executable and man page as gzcat, use: ZCAT=gzcat
18 -X=
19 +X=.exe
20 # For OS/2 or MSDOS, use: X=.exe
22 O=.o
23 --
24 1.7.6.355.g842ba.dirty