From 373c151df90092e58ad98a563dde546bf2246a40 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 Nov 2013 05:06:07 -0500 Subject: [PATCH] Cosmetic fix to Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fda7be5..6153f89 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ VERS := $(shell sed -n 's/version = "\(.\+\)"/\1/p' irkerd) SYSTEMDSYSTEMUNITDIR := $(shell pkg-config --variable=systemdsystemunitdir systemd) -# `prefix`, `mandir` & `DESTDIR` can and should be set on the command line to control installation locations +# `prefix`, `mandir` & `DESTDIR` can and should be set on the command +# line to control installation locations prefix ?= /usr mandir ?= /share/man target = $(DESTDIR)$(prefix) -- 2.26.2