Remove -fPIC which was only needed for Git.xs
commitf7661ce0b8ee068e53d57249625199dda2829e30
authorJunio C Hamano <junkio@cox.net>
Fri, 29 Sep 2006 07:34:51 +0000 (29 00:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Sep 2006 01:52:38 +0000 (29 18:52 -0700)
treefd31822f80f8929d0bdd75e6e376c3cb9199dc05
parent18b0fc1ce1ef92716d4c5d5c7acd5d5a61a0a556
Remove -fPIC which was only needed for Git.xs

The distinction between BASIC_ vs ALL_ is still kept, since it
is not Git.xs specific -- we could face the same issue when we
do other language bindings (e.g. Python).

Signed-off-by: Junio C Hamano <junkio@cox.net>
INSTALL
Makefile
config.mak.in
configure.ac