aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-12 20:11:55 +0000
committerMatt Kraai <kraai@debian.org>2001-04-12 20:11:55 +0000
commit6ba1a80c260b671ae7b6b5be13e0b74857058c63 (patch)
tree9b4f388c414879a9f4507a8feef6e45886b186d5 /Makefile
parent5a65413c042e2538eda94b2efebd1bf4680ca986 (diff)
downloadbusybox-6ba1a80c260b671ae7b6b5be13e0b74857058c63.tar.gz
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314119137..f6594137c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
PROG := busybox
VERSION := 0.51
-BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
+BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
export VERSION
# With a modern GNU make(1) (highly recommended, that's what all the