summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-29 07:34:51 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-30 01:52:38 (GMT)
commitf7661ce0b8ee068e53d57249625199dda2829e30 (patch)
treefd31822f80f8929d0bdd75e6e376c3cb9199dc05 /config.mak.in
parent18b0fc1ce1ef92716d4c5d5c7acd5d5a61a0a556 (diff)
downloadgit-f7661ce0b8ee068e53d57249625199dda2829e30.zip
git-f7661ce0b8ee068e53d57249625199dda2829e30.tar.gz
git-f7661ce0b8ee068e53d57249625199dda2829e30.tar.bz2
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>
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.in b/config.mak.in
index addda4f..fecae80 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -3,7 +3,6 @@
CC = @CC@
CFLAGS = @CFLAGS@
-PIC_FLAG = @PIC_FLAG@
AR = @AR@
TAR = @TAR@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources