From 8fba7963e59ac0be4c72d313a87b0e9e3e0c4a52 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 31 May 2020 19:10:08 -0400 Subject: Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3f6cfd..7fd6ca2 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ DD_GROUP = dyndns define install_programs - $(if $($(1)_PROGRAMS),install -t $($(1)dir) $($(1)_PROGRAMS),@: skip install $1 (no files)) + $(if $($(1)_PROGRAMS),install -t $($(1)dir) $($(1)_PROGRAMS),@: "skip install $1 (no files)") endef -- cgit v1.2.3