aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-08 15:42:20 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-08 15:42:20 -0700
commit102cb08521df5f33b30c0ef41a1078a61e593943 (patch)
tree907c6791951e3ae9bae1e0c88dba505a6bbac810 /Makefile
parentefffea033457eedb90ad63596687564f797f12de (diff)
parent6c8d06aff107aa2132648d682a278111c1d08565 (diff)
downloadgit-102cb08521df5f33b30c0ef41a1078a61e593943.tar.gz
git-102cb08521df5f33b30c0ef41a1078a61e593943.tar.xz
Merge branch 'master' into mk/rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc39f72f1..733fa660d 100644
--- a/Makefile
+++ b/Makefile
@@ -334,9 +334,9 @@ ifeq ($(uname_O),Cygwin)
NO_D_TYPE_IN_DIRENT = YesPlease
NO_D_INO_IN_DIRENT = YesPlease
NO_STRCASESTR = YesPlease
- NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
+ NO_C99_FORMAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try uncommenting this if you see things break -- YMMV.