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

todo
Junio C Hamano 2006-06-29 23:42:32 -07:00
parent 197c6bce75
commit 30d3872dd0
1 changed files with 0 additions and 7 deletions

7
Make
View File

@ -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