aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-13 06:57:56 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-13 06:57:56 +0000
commit854e11581f39eb7d2db17c3ed6c7b1fc854a91c0 (patch)
treebaa3892bd95ec5e243c6154f0ed17ef8e596cd2b
parent2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 (diff)
downloadbusybox-w32-854e11581f39eb7d2db17c3ed6c7b1fc854a91c0.tar.gz
busybox-w32-854e11581f39eb7d2db17c3ed6c7b1fc854a91c0.tar.bz2
busybox-w32-854e11581f39eb7d2db17c3ed6c7b1fc854a91c0.zip
Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick
on my home box.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1395b5262..386d8c328 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ export VERSION
26# Set the following to `true' to make a debuggable build. 26# Set the following to `true' to make a debuggable build.
27# Leave this set to `false' for production use. 27# Leave this set to `false' for production use.
28# eg: `make DODEBUG=true tests' 28# eg: `make DODEBUG=true tests'
29DODEBUG = true 29DODEBUG = false
30 30
31# If you want a static binary, turn this on. 31# If you want a static binary, turn this on.
32DOSTATIC = false 32DOSTATIC = false