From fbda5e57bcd403af233afcb482d90cb5bc84df9b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 21 Sep 2015 19:12:02 +0000 Subject: [PATCH] fixup! mingw: Compile the Git wrapper --- config.mak.uname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mak.uname b/config.mak.uname index fa8d3c6157..1a91b4d988 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -579,7 +579,7 @@ else git-wrapper$(X): compat/win32/git-wrapper.o git.res $(QUIET_LINK)$(CC) -Wall -s -o $@ $^ -lshell32 -lshlwapi -compat/win32/git-wrapper.o: %.o: %.c +compat/win32/git-wrapper.o: %.o: %.c GIT-PREFIX $(QUIET_CC)$(CC) -o $*.o -c -Wall -Wwrite-strings $< endif