mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-14 14:57:00 +00:00
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 <zi@freebsd.org> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
dc649e27cd
commit
5b7ab28314
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue