From 8c1ae6b3c5c7aea690fd81c47db2eb23e7f134f8 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 6 Apr 2000 07:25:44 +0000 Subject: Fix time stamp style -Erik git-svn-id: svn://busybox.net/trunk/busybox@434 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 9197b1778..fc6ed96a2 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,7 @@ PROG := busybox VERSION := 0.43 -BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") -BUILDTIME := $(shell TZ=UTC date --utc -R) # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. -- cgit v1.2.3-55-g6feb