From: Sebastian Pipping Date: Fri, 4 Mar 2011 01:21:28 +0000 (+0100) Subject: Take all git branches into account for generation of CREDITS file X-Git-Tag: v4.6~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c0e2fc5522bb8e31b58cb3e318f88af9313e52f;p=strace Take all git branches into account for generation of CREDITS file * Makefile.am: Make CREDITS target depend on all git branches. --- diff --git a/Makefile.am b/Makefile.am index c13b11dd..8246d8ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,7 +110,7 @@ $(srcdir)/ChangeLog: $(top_srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \ mv -f $@.new $@ $(srcdir)/CREDITS: $(top_srcdir)/CREDITS.in $(top_srcdir)/.mailmap \ - $(srcdir)/Makefile.in + $(srcdir)/Makefile.in $(top_srcdir)/.git/refs/heads/* $(AM_V_GEN) \ { \ cd $(top_srcdir); \