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.
This commit is contained in:
Jami Kettunen 2021-12-12 23:36:37 +02:00
parent 32e4fb261c
commit f644112795
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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