From 4e4e5d5d04d70ed23f0793cc914f136f15514533 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 7 May 2016 10:59:33 +0200 Subject: [PATCH] Makefile.real: Remove duplicate $build_date. This was introduced one year ago in commit e080d112. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2