X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=e5d87abec1602670e507f104bf9fb7a6b2905d42;hp=4103d762e15ed74eb1c3ae97b7123356711fd1aa;hb=9bdebf3bb9375de9b4d0abc43fa9b9d2b05e9468;hpb=be2f6b93943c955481ad616412ef42e929b31974;ds=sidebyside 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