diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-12 17:20:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-12 17:25:29 -0700 |
commit | 1293c95241531f7f17ddb58739c5c42da46fa78c (patch) | |
tree | 938d9ba01f079d6e1294e3ae4abda8efb7dd90d7 /Makefile | |
parent | ede4caf6e3204f9d63758d6410d0f124b0caab32 (diff) | |
parent | 97a7a82f199f165f85fe39a3c318b18c621e6335 (diff) | |
download | git-1293c95241531f7f17ddb58739c5c42da46fa78c.tar.gz |
Sync with 1.6.0.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -688,6 +688,8 @@ ifeq ($(uname_S),FreeBSD) BASIC_LDFLAGS += -L/usr/local/lib DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease THREADED_DELTA_SEARCH = YesPlease + COMPAT_CFLAGS += -Icompat/regex + COMPAT_OBJS += compat/regex/regex.o endif ifeq ($(uname_S),OpenBSD) NO_STRCASESTR = YesPlease @@ -714,6 +716,8 @@ ifeq ($(uname_S),AIX) INTERNAL_QSORT = UnfortunatelyYes NEEDS_LIBICONV=YesPlease BASIC_CFLAGS += -D_LARGE_FILES + COMPAT_CFLAGS += -Icompat/regex + COMPAT_OBJS += compat/regex/regex.o endif ifeq ($(uname_S),GNU) # GNU/Hurd |