From f644112795e8ec3598e97657f26aa5790ec1f16e Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sun, 12 Dec 2021 23:36:37 +0200 Subject: [PATCH] Makefile: remove unused variables (MR 21) HOMEPAGE_FILES and DISTRO are completely unused since 559d486 ("Homepage: set to about:home (MR 19)") so remove them. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 77bd39c..5f4a106 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ HEADER_FILE := src/common/header.css USERCHROME_FILES := $(HEADER_FILE) $(sort $(wildcard src/userChrome/*.css)) USERCONTENT_FILES := $(HEADER_FILE) $(sort $(wildcard src/userContent/*.css)) -HOMEPAGE_FILES := head.html distro_links.html bottom.html -DISTRO := postmarketOS DESTDIR := FIREFOX_DIR := /usr/lib/firefox FIREFOX_CONFIG_DIR := /etc/firefox