From: Sage Weil Date: Fri, 4 May 2012 03:40:20 +0000 (-0700) Subject: Makefile: fix $shell_scripts substution X-Git-Tag: v0.47~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72538c0f18825dfc35dab6140438cf251e98dbb7;p=ceph.git Makefile: fix $shell_scripts substution No spaces here, apparently! Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index 4b9757ce262a2..5fc16629eb749 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -871,7 +871,7 @@ EXTRA_DIST = $(srcdir)/verify-mds-journal.sh $(srcdir)/vstart.sh $(srcdir)/stop. $(srcdir)/test/encoding/readable.sh \ $(srcdir)/test/encoding/check-generated.sh -EXTRA_DIST += $(srcdir)/$(shell_scripts: %=%.in) +EXTRA_DIST += $(srcdir)/$(shell_scripts:%=%.in) # work around old versions of automake that don't define $docdir # NOTE: this won't work on suse, where docdir is /usr/share/doc/packages/$package.