summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-05-11 06:55:04 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-05-11 06:55:04 +0000
commita8ee124036219e12290347bc5c2a1c30ab10ae03 (patch)
treee3c804aa8417cf14063e0d25bc995a7c7a2d6a99 /Makefile
parentb6de9af8f4b39e7d3ff80947b190e936876f61bf (diff)
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 \