From f3d667866711b3eb4b89125ba6e6597a45cd16d9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 4 Nov 2022 17:30:29 +0100 Subject: Fixed year handling --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14f1778..87d9240 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ VERSION=$(shell dpkg-parsechangelog --show-field Version) DISTROS=base base-i386 debian10 debian11 ubuntu2004 ubuntu2204 PROJECTNAME=webserver TGZNAME=$(shell ls -t ../webserver-*.tar.xz | head -n1 | sed -e 's,^../,,') -YEAR=$(shell date +"%Y") PLUGINS= \ cgi \ fcgi \ @@ -15,7 +14,7 @@ PLUGINS= \ webbox \ weblog -CXXFLAGS+=-fPIE -DVERSION=\"$(VERSION)\" -DYEAR=\"$(YEAR)\" +CXXFLAGS+=-fPIE -DVERSION=\"$(VERSION)\" LDLIBS+=\ -lcommon \ -- cgit v1.2.3