Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
inline declaration does not work on AIX
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 7f6299650d6f72e88fcab34317cf4274016a5d72..c23ac1329075e71dc18b71696a04589bad1f2d39 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-912,6
+912,9
@@
ifeq ($(uname_S),AIX)
else
PTHREAD_LIBS = -lpthread
endif
+ ifeq ($(shell expr "$(uname_V).$(uname_R)" : '5\.1'),3)
+ INLINE=''
+ endif
GIT_TEST_CMP = cmp
endif
ifeq ($(uname_S),GNU)