From c0335ca8145e80a07e0189204b8c9fb5e0cbf5e5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 17 Jun 2016 17:01:13 -0400 Subject: Makefile: easy saving of config variables --- .gitignore | 2 ++ Makefile | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0446d88..b128030 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /LICENSE.*.txt parabola-keyring-*.tar.gz + +/config.mk diff --git a/Makefile b/Makefile index 8eaf4f3..4ddef29 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -prefix=/usr -bindir=$(libexecdir)/$(PACKAGE) -libexecdir=$(libdir) -sysconfdir=/etc - +-include config.mk PACKAGE = parabola-hackers sysusersdir=$(prefix)/lib/sysusers.d systemunitdir=$(prefix)/lib/systemd/system -- cgit v1.2.3