@leroysheep / rag-system / commits / 30d3872dd0

Retire USE_PIC from Meta/Make since the main Makefile has enough smarts now.

Junio C Hamano committed Jun 29, 2006 at 23:42 UTC 30d3872dd05cb05f6d9dadabf8f2bfe7b012f0c9
1 file changed -7
Make
-7
index aee6a778d1..d1ae5db656 100755 --- a/Make +++ b/Make @@ -1,12 +1,5 @@ #!/bin/sh -case "`uname -m 2>/dev/null`" in -x86_64) - USE_PIC=YesPlease - export USE_PIC - ;; -esac - # DDD=' -DUSE_SYMLINK_HEAD=0' # PATH=/usr/bin:/bin PATH=$HOME/bin/Linux:/usr/bin:/bin