diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
commit | 1dbe340ebab31aa85446e83e8bc42f184b59b25b (patch) | |
tree | 188b315b963daf910c60ee8a3796d15365e7243f /Makefile | |
parent | c7c634bd88c57d910c6089de7f0091ca4e3d1843 (diff) | |
download | busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.tar.gz busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.tar.bz2 busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.zip |
more minor fixes
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |
33 | DOSTATIC = false | 33 | DOSTATIC = true |
34 | 34 | ||
35 | # This will choke on a non-debian system | 35 | # This will choke on a non-debian system |
36 | ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` | 36 | ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` |