From: Andre Noll Date: Tue, 14 May 2024 22:48:37 +0000 (+0200) Subject: build: Remove some unused CPPFLAGS from Makefile. X-Git-Tag: v1.0.0~7 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=7766a6e1aa5407f67fb55f280c00fe461ea60101;p=micoforia.git build: Remove some unused CPPFLAGS from Makefile. None of these three make variables gets initialized, so the CPP macros all expand to the empty string. --- diff --git a/Makefile b/Makefile index f6f2ddc..582a352 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,6 @@ XCPPFLAGS += -DGITWEB_URL='"$(GITWEB_URL)"' XCPPFLAGS += -DHOME_URL='"$(HOME_URL)"' XCPPFLAGS += -DGET_VERSION='$(PACKAGE)_version' XCPPFLAGS += -DLOGLEVELS='$(LOGLEVELS)' -XCPPFLAGS += -DBUILD_DATE='"$(build_date)"' -XCPPFLAGS += -DCC_VERSION='"$(cc_version)"' -XCPPFLAGS += -DUNAME_RS='"$(uname_rs)"' XCPPFLAGS += -DLICENSE='"$(LICENSE)"' XCPPFLAGS += -DLICENSE_URL='"$(LICENSE_URL)"'