From 22bfec37645b909cad28929c65ffdb0ea0aab81f Mon Sep 17 00:00:00 2001 From: Kirill Date: Sat, 7 Mar 2009 16:43:57 -0500 Subject: [PATCH] Shut up linker without breaking make install Changes inspired by the makefile at http://members.at.infoseek.co.jp/shirouto_yokota/cdr102.patch.txt Signed-off-by: Johannes Schindelin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca13599..08d610d 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ifeq ($(shell uname -o 2>/dev/null), Cygwin) endif CFLAGS=-O -g -DNO_MMAP -DNO_PREAD -DNO_STRLCPY $(OSCFLAGS) -DLLWRAPFLAGS = --kill-at --enable-stdcall-fixup $(OSDLLWRAPFLAG) +DLLWRAPFLAGS = -Wl,--enable-stdcall-fixup $(OSDLLWRAPFLAG) TARGET=git_shell_ext.dll MSYSGIT_PATH=$(shell cd /; pwd -W | sed -e 's|/|\\\\\\\\|g') -- 2.11.4.GIT