fixup! mingw: Compile the Git wrapper

This commit is contained in:
Johannes Schindelin
2015-09-21 19:12:02 +00:00
parent 6ee1c9b832
commit fbda5e57bc

View File

@@ -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