From 6ba1a80c260b671ae7b6b5be13e0b74857058c63 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 12 Apr 2001 20:11:55 +0000 Subject: Use date -u instead of date --utc and consolidate version string. Patch by Larry Doolittle . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3141191..f659413 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 -- cgit v1.1