]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: use compat regex on IRIX 6.5
authorBrandon Casey <drafnel@gmail.com>
Thu, 9 Sep 2010 19:15:58 +0000 (14:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2010 00:11:06 +0000 (17:11 -0700)
commita1d558d254f84e4b816497fe30b2b8ef0b47ba71
tree6fe8a1168ff79e2a3c3a819cd1101d193e93bb24
parentf98548764ea0baf7490b76782e323f90a941cc74
Makefile: use compat regex on IRIX 6.5

The IRIX 6.5 regex.h header file defines REG_STARTEND, but the feature does
not appear to work.  Since REG_STARTEND is required for proper functioning
of git-grep, set NO_REGEX and use the alternative regex libraries in compat/

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile