summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2008-05-11 08:55:04 +0200
committerUlf Samuelsson2008-05-11 08:55:04 +0200
commita8ee124036219e12290347bc5c2a1c30ab10ae03 (patch)
treee3c804aa8417cf14063e0d25bc995a7c7a2d6a99 /Makefile
parentBump sip lib versions (diff)
downloadbuildroot-a8ee124036219e12290347bc5c2a1c30ab10ae03.tar.gz
buildroot-a8ee124036219e12290347bc5c2a1c30ab10ae03.tar.xz
buildroot-a8ee124036219e12290347bc5c2a1c30ab10ae03.zip
Use local time (Thanks Mike)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4340d538..95f1a0fd2 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ TOPDIR=./
CONFIG_CONFIG_IN=Config.in
CONFIG_DEFCONFIG=.defconfig
CONFIG=package/config
-DATE:=$(shell date -u +%Y%m%d)
+DATE:=$(shell date +%Y%m%d)
noconfig_targets:=menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig release tags \