From 4006dd89ea7bc5d50be96c5ef4e0224a5a2401ad Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 23:05:39 +0400 Subject: [PATCH] [Makefile] Update. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 64cfb41..0e30b30 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ TARGET=httpprocwatchd SYSCTL=${shell which systemctl} -SYSDDIR=${shell pkg-config systemd --variable=systemdsystemunitdir} -SYSDDIR=${SYSDDIR:/%=%} +SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} +SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ LDFLAGS=-ldflags "-s -w"