aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-20 22:11:15 -0700
committerJunio C Hamano <gitster@pobox.com>2011-03-20 22:11:15 -0700
commitdd7d0d09765117700db87b4ecf63551dd56a267a (patch)
treed7ee57d08d0a2855b28b882fd15e0b5e539cc59d /Makefile
parent106040fe8ecb670261f423c285d494d6d0170558 (diff)
parentb6ab349b184b3a33c7bcc03521dafed3f9df380a (diff)
downloadgit-dd7d0d09765117700db87b4ecf63551dd56a267a.tar.gz
git-dd7d0d09765117700db87b4ecf63551dd56a267a.tar.xz
Merge branch 'mr/hpux' into maint
* mr/hpux: git-compat-util.h: Honor HP C's noreturn attribute Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ade79232f..5c2b79755 100644
--- a/Makefile
+++ b/Makefile
@@ -1042,6 +1042,7 @@ ifeq ($(uname_S),HP-UX)
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ NO_FNMATCH_CASEFOLD = YesPlease
SNPRINTF_RETURNS_BOGUS = YesPlease
NO_NSEC = YesPlease
ifeq ($(uname_R),B.11.00)