From 5b7ab283148ac6edcd2bdb52d9c9605925d5135a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 28 Apr 2025 14:22:56 +0100 Subject: [PATCH] build-sys: quote subshell execution in the autotools file Ryan discovered a typo/issue while handling the man targets. This change fixes the issue. Reported-by: Ryan Steinmetz Signed-off-by: Sami Kerola --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c135236..65b6ba2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ edit_cmd = sed \ $(PATHFILES): Makefile @ rm -f $@ $@.tmp - $(AM_V_at) mkdir -p $(dir $@) + $(AM_V_at) mkdir -p $$(dirname $@) $(AM_V_GEN) srcdir=''; \ test -f ./$@.in || srcdir=$(srcdir)/; \ $(edit_cmd) $${srcdir}$@.in >$@.tmp