aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-13 04:43:48 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-13 04:43:48 +0000
commit4da0541f2b3c3053c2a7b5328ab19f9a47763b06 (patch)
tree990a3d6a9beb21420fae1f7d14886c84a5ce3c12 /Makefile
parent9738fe101855ce85f457dd2531be97c663a02281 (diff)
downloadbusybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.tar.gz
busybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.tar.bz2
busybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.zip
Bug fixes.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@303 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 f1f25cd43..d0779c5c0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
17 17
18 18
19PROG=busybox 19PROG=busybox
20VERSION=0.40 20VERSION=0.41
21BUILDTIME=$(shell date "+%Y%m%d-%H%M") 21BUILDTIME=$(shell date "+%Y%m%d-%H%M")
22 22
23# Comment out the following to make a debuggable build 23# Comment out the following to make a debuggable build