From: Michael Fellinger Date: Fri, 6 Jan 2012 12:15:18 +0000 (+0100) Subject: Use `date` instead of `DATE`, that's the POS*X way. X-Git-Tag: v2.0.0~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49de3bef79ab873aab69d86ac6a4df721381b748;p=thirdparty%2Fbootstrap.git Use `date` instead of `DATE`, that's the POS*X way. --- diff --git a/Makefile b/Makefile index 0ccb680e6c..a7004e0798 100644 --- a/Makefile +++ b/Makefile @@ -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