aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d5dbb656..9197b1778 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ DODEBUG = false
32# If you want a static binary, turn this on. I can't think 32# If you want a static binary, turn this on. I can't think
33# of many situations where anybody would ever want it static, 33# of many situations where anybody would ever want it static,
34# but... 34# but...
35DOSTATIC = true 35DOSTATIC = false
36 36
37# This will choke on a non-debian system 37# This will choke on a non-debian system
38ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 38ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`