Browse Source

msvc: fix dependencies of compat/msvc.c

The file compat/msvc.c includes compat/mingw.c, which means that we have
to recompile compat/msvc.o if compat/mingw.c changes.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Johannes Schindelin 6 years ago committed by Junio C Hamano
parent
commit
963e1543ed
  1. 2
      config.mak.uname

2
config.mak.uname

@ -414,6 +414,8 @@ else @@ -414,6 +414,8 @@ else
BASIC_CFLAGS += -Zi -MDd
endif
X = .exe

compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS
endif
ifeq ($(uname_S),Interix)
NO_INITGROUPS = YesPlease

Loading…
Cancel
Save