diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-13 06:57:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-13 06:57:56 +0000 |
commit | 999db55cf81f7ec186016f4f080964dff87a5cc0 (patch) | |
tree | baa3892bd95ec5e243c6154f0ed17ef8e596cd2b | |
parent | eea61780133ff976ef601b9282a8eb9ccc77b55b (diff) | |
download | busybox-w32-999db55cf81f7ec186016f4f080964dff87a5cc0.tar.gz busybox-w32-999db55cf81f7ec186016f4f080964dff87a5cc0.tar.bz2 busybox-w32-999db55cf81f7ec186016f4f080964dff87a5cc0.zip |
Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick
on my home box.
git-svn-id: svn://busybox.net/trunk/busybox@641 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
29 | DODEBUG = true | 29 | DODEBUG = false |
30 | 30 | ||
31 | # If you want a static binary, turn this on. | 31 | # If you want a static binary, turn this on. |
32 | DOSTATIC = false | 32 | DOSTATIC = false |