summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3f6cfd..7fd6ca2 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ DD_GROUP = dyndns
21 21
22 22
23define install_programs 23define install_programs
24 $(if $($(1)_PROGRAMS),install -t $($(1)dir) $($(1)_PROGRAMS),@: skip install $1 (no files)) 24 $(if $($(1)_PROGRAMS),install -t $($(1)dir) $($(1)_PROGRAMS),@: "skip install $1 (no files)")
25 25
26endef 26endef
27 27