From 9bdebf3bb9375de9b4d0abc43fa9b9d2b05e9468 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 20 May 2013 22:30:53 +0200 Subject: [PATCH] Remove CODENAME macro. This macro is no longer used, so we may remove it from Makefile.in. --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4103d762..e5d87abe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,6 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := spectral gravity GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) @@ -68,7 +67,6 @@ CPPFLAGS += -Wchar-subscripts CPPFLAGS += -DBINDIR='"$(BINDIR)"' CPPFLAGS += -DBUILD_DATE='"$(build_date)"' CPPFLAGS += -DUNAME_RS='"$(uname_rs)"' -CPPFLAGS += -DCODENAME='"$(codename)"' CPPFLAGS += -DCC_VERSION='"$(cc_version)"' CPPFLAGS += -Werror-implicit-function-declaration CPPFLAGS += -Wmissing-noreturn -- 2.39.2