Browse Source

Makefile: Cygwin does not seem to need NO_STRLCPY

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
0d958ac47a
  1. 1
      Makefile

1
Makefile

@ -314,7 +314,6 @@ ifeq ($(uname_O),Cygwin) @@ -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

Loading…
Cancel
Save