From c356efa5e6c89dd221218f2013b177da8d4bc6e9 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 23:10:07 +0100 Subject: Makefile: add install-cmd to .PHONY --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e96ee88..9d89000 100644 --- a/Makefile +++ b/Makefile @@ -62,8 +62,8 @@ REPLACE= sed -e 's,__PREFIX__,${PREFIX},g' \ -e 's,__LIBDIR__,${LIBDIR},g' \ -e 's,__BINDIR__,${BINDIR},g' -.PHONY: default all install install-lib install-bin install-conf \ - install-hook install-man install-periodic +.PHONY: default all install install-lib install-bin install-cmd \ + install-conf install-hook install-man install-periodic .SUFFIXES: .5 .5.in .7 .7.in .8 .8.in .sh .sh.in .sample .sample.in default: all -- cgit v1.2.3