summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-23 19:42:46 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-23 19:42:46 +0000
commit1df1955b0494b8c4f8581dffa0805e55e2394e6e (patch)
tree77ed1a3fe4e0247bd655d356c05da727aa68b166 /Makefile.am
parentd15a2328f1b46767f9cad6f471174c22f8887ecf (diff)
downloaddbus-1df1955b0494b8c4f8581dffa0805e55e2394e6e.tar.gz
build: Fix update-authors rule to work out-of-tree
Signed-off-by: Simon McVittie <smcv@collabora.com>
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 54baa326..db2a6e7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
all-local: Doxyfile
update-authors:
- git shortlog -s -e | cut -c 8- | sort > AUTHORS
+ ( cd $(srcdir) && git shortlog -s -e ) | cut -c 8- | sort > $(srcdir)/AUTHORS
DISTCHECK_CONFIGURE_FLAGS = \
--enable-xml-docs \