From 6c0e2fc5522bb8e31b58cb3e318f88af9313e52f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 4 Mar 2011 02:21:28 +0100 Subject: [PATCH] Take all git branches into account for generation of CREDITS file * Makefile.am: Make CREDITS target depend on all git branches. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.40.0