diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-05 00:20:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-05 13:52:05 -0700 |
commit | 0d958ac47a333b68b79cdc3ea206bb9a9b7486ad (patch) | |
tree | 68a510462217e1d1404784eaf68fe3d4caaef651 /Makefile | |
parent | 19c4588178463cd8f0745d430159ab806d9fa6e4 (diff) | |
download | git-0d958ac47a333b68b79cdc3ea206bb9a9b7486ad.tar.gz git-0d958ac47a333b68b79cdc3ea206bb9a9b7486ad.tar.xz |
Makefile: Cygwin does not seem to need NO_STRLCPY
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -314,7 +314,6 @@ 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 |