From 7766a6e1aa5407f67fb55f280c00fe461ea60101 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 15 May 2024 00:48:37 +0200 Subject: [PATCH] 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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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)"' -- 2.39.5