[systemd-commits] Makefile.am
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Wed Mar 6 09:05:06 PST 2013
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e76d2e20a5e0ef59a612a8eeec4dd3ce98b7a252
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Wed Mar 6 12:01:59 2013 -0500
build-sys: add missing $
Fixup for 25ee45f99.
diff --git a/Makefile.am b/Makefile.am
index f4ac471..a7b9e7f 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"
More information about the systemd-commits
mailing list