]> git.ipfire.org Git - thirdparty/git.git/commit - config.mak.uname
msvc: fix dependencies of compat/msvc.c
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 19 Jun 2019 21:06:00 +0000 (14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2019 21:03:05 +0000 (14:03 -0700)
commit963e1543edfc8b43310108a394a57515f8573701
tree86092881f9fb1572054405d27b36748e11a46a9a
parent396ff7547d8b3f6a933069f048d09380d515a10b
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>
config.mak.uname