Use '' around variables substituted by make

This commit is contained in:
Georges Dupéron 2018-09-11 20:09:48 +02:00
parent 633e1f956f
commit 0c2d201960

View File

@ -16,7 +16,7 @@ all: hello.tar hello.sizes vm-image to-be-run-in-vm.sh Makefile
"$$(wc -c "to-be-run-in-vm.sh" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \
"$$(wc -c "$*.tar" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \
"" \
> $@
> '$@'
%.nar: Makefile
guix archive --export --recursive '$*' > '$@'