From: Andre Noll Date: Sat, 7 May 2016 08:59:33 +0000 (+0200) Subject: Makefile.real: Remove duplicate $build_date. X-Git-Tag: v0.5.6~28 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4e4e5d5d04d70ed23f0793cc914f136f15514533;ds=inline Makefile.real: Remove duplicate $build_date. This was introduced one year ago in commit e080d112. --- diff --git a/Makefile.real b/Makefile.real index 289e027a..cc8225ba 100644 --- a/Makefile.real +++ b/Makefile.real @@ -19,7 +19,6 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) -build_date := $(shell date) ifeq ("$(origin O)", "command line") build_dir := $(O)