summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-06 12:01:59 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-06 12:02:50 -0500
commite76d2e20a5e0ef59a612a8eeec4dd3ce98b7a252 (patch)
tree2160810dba741ff41c14d54d894612b1f86c8497 /Makefile.am
parent3c912ded61c69d89873d5d164ba56c5637b8ddbe (diff)
build-sys: add missing $
Fixup for 25ee45f99.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4ac471a13..a7b9e7f129 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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"