aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-19 10:46:06 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-19 10:46:06 +0000
commit1d04e41786904dd1d9d5d907fef86599850d2873 (patch)
tree188b315b963daf910c60ee8a3796d15365e7243f /Makefile
parent5dcc0f10117f688a038695ffb7c066196074d647 (diff)
downloadbusybox-w32-1d04e41786904dd1d9d5d907fef86599850d2873.tar.gz
busybox-w32-1d04e41786904dd1d9d5d907fef86599850d2873.tar.bz2
busybox-w32-1d04e41786904dd1d9d5d907fef86599850d2873.zip
more minor fixes
-Erik git-svn-id: svn://busybox.net/trunk/busybox@413 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d52e1dcd..e371f35c1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DODEBUG = false
30# If you want a static binary, turn this on. I can't think 30# If you want a static binary, turn this on. I can't think
31# of many situations where anybody would ever want it static, 31# of many situations where anybody would ever want it static,
32# but... 32# but...
33DOSTATIC = false 33DOSTATIC = true
34 34
35# This will choke on a non-debian system 35# This will choke on a non-debian system
36ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 36ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`