From: Andre Noll <maan@systemlinux.org>
Date: Mon, 20 May 2013 20:30:53 +0000 (+0200)
Subject: Remove CODENAME macro.
X-Git-Tag: v0.4.13~23^2~1
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=9bdebf3bb9375de9b4d0abc43fa9b9d2b05e9468;p=paraslash.git

Remove CODENAME macro.

This macro is no longer used, so we may remove it from Makefile.in.
---

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