summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Sixt <j.sixt@viscovery.net>2008-09-11 08:14:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-11 08:23:16 (GMT)
commit9c101b3e6ff23378447bacd537a3dea57b1eed35 (patch)
tree8afcc9d1130705ec1ab564c7068723694f6d33b2 /Makefile
parent873358dd2ac3bf2cea9a370d8586378a27a092f2 (diff)
downloadgit-9c101b3e6ff23378447bacd537a3dea57b1eed35.zip
git-9c101b3e6ff23378447bacd537a3dea57b1eed35.tar.gz
git-9c101b3e6ff23378447bacd537a3dea57b1eed35.tar.bz2
Use compatibility regex library also on AIX
This augments 3632cfc24 (Use compatibility regex library on Darwin, 2008-09-07), which already carries a "Tested-by" statement for AIX, but that test was actually done with this patch included. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Tested-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8b3f9e..3a9de88 100644
--- a/Makefile
+++ b/Makefile
@@ -702,6 +702,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