X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=e51a20eb77be646553e84ebd43d6b05c03fb1eb6;hb=de4ed577b6019b9b83466c2c893ff02bb5d833f5;hp=2c47a2cdabe9abce63cfdbf15f520476350c5b00;hpb=560c26282b32534ed61859c7ec8263b1cf2c7f27;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 2c47a2cd..e51a20eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,6 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -version = @PACKAGE_VERSION@ codename = oriented abstraction DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W @@ -42,7 +41,6 @@ CPPFLAGS += -DFONTDIR='"$(PKGDATADIR)/fonts"' CPPFLAGS += -DPICDIR='"$(PKGDATADIR)/pics"' CPPFLAGS += -DBUILD_DATE='"$(build_date)"' CPPFLAGS += -DSYSTEM='"$(system)"' -CPPFLAGS += -DVERSION='"$(version)"' CPPFLAGS += -DCODENAME='"$(codename)"' CPPFLAGS += -DCC_VERSION='"$(cc_version)"' CPPFLAGS += -Werror-implicit-function-declaration