more minor fixes

-Erik
This commit is contained in:
Erik Andersen
2000-03-19 10:46:06 +00:00
parent c7c634bd88
commit 1dbe340eba
5 changed files with 135 additions and 97 deletions

View File

@@ -30,7 +30,7 @@ DODEBUG = false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...
DOSTATIC = false
DOSTATIC = true
# This will choke on a non-debian system
ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`