[libgdata/libgdata-0-14: 9/18] build: Fix ChangeLog generation



commit d3ef43cd4fe5a732a71e191a3184759772d3b231
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Oct 11 13:30:35 2013 +0100

    build: Fix ChangeLog generation

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8282e5b..fa90702 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -631,7 +631,7 @@ ChangeLog: $(srcdir)/ChangeLog
 $(srcdir)/ChangeLog:
        @echo Creating $@
        @if test -d "$(srcdir)/.git"; then \
-         (GIT_DIR=$(top_srcdir)/.git ./missing --run \
+         (GIT_DIR=$(top_srcdir)/.git ./build-aux/missing --run \
           git log --stat) | fmt --split-only > $  tmp \
          && mv -f $  tmp $@ \
          || ($(RM) $  tmp; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]