summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-13 18:21:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-06-13 18:21:30 (GMT)
commit04d30ce622517faa0c6bc34ac5626586b447e350 (patch)
treee4da893cea652d1555a108fa8732473be0e2d595 /Makefile
parent448598b5089455b30737c08915b62597a2132bf7 (diff)
parentec47a33fd2c3b679c3d8cbd440752414adb56ce9 (diff)
downloadgit-04d30ce622517faa0c6bc34ac5626586b447e350.zip
git-04d30ce622517faa0c6bc34ac5626586b447e350.tar.gz
git-04d30ce622517faa0c6bc34ac5626586b447e350.tar.bz2
Merge branch 'js/maint-windows'
* js/maint-windows: Recent MinGW has a C99 implementation of snprintf functions mingw: use _commit to implement fsync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff96f16..5fa893c 100644
--- a/Makefile
+++ b/Makefile
@@ -1040,7 +1040,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_STRTOUMAX = YesPlease
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
- SNPRINTF_RETURNS_BOGUS = YesPlease
NO_SVN_TESTS = YesPlease
NO_PERL_MAKEMAKER = YesPlease
RUNTIME_PREFIX = YesPlease