summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 873358d)
raw | patch | inline | side by side (parent: 873358d)
author | Johannes Sixt <j.sixt@viscovery.net> | |
Thu, 11 Sep 2008 08:14:44 +0000 (10:14 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 11 Sep 2008 08:23:16 +0000 (01:23 -0700) |
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>
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>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index a8b3f9e3c51061d40d5377762b87198d40055c50..3a9de881231e6c420e19cfe39ba523439df3c9ae 100644 (file)
--- a/Makefile
+++ b/Makefile
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