summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 \