build-sys: add missing $

Fixup for 25ee45f99.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-03-06 12:01:59 -05:00
parent 3c912ded61
commit e76d2e20a5

View file

@ -3515,7 +3515,7 @@ sphinx-%:
$(AM_V_at)echo Output has been generated in $(abs_top_builddir)/man/python-systemd/
destdir-sphinx: all
dir="$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
$(MAKE) DESTDIR="$$dir" install && \
$(MAKE) DESTDIR="$$dir" sphinx-html && \
rm -rf "$$dir"