Use date instead of DATE, that's the POS*X way.

This commit is contained in:
Michael Fellinger 2012-01-06 13:15:18 +01:00
parent fcfa231131
commit 49de3bef79

View File

@ -1,5 +1,5 @@
VERSION=1.4.0
DATE=$(shell DATE)
DATE=$(shell date)
BOOTSTRAP = ./bootstrap.css
BOOTSTRAP_MIN = ./bootstrap.min.css
BOOTSTRAP_LESS = ./lib/bootstrap.less