[libgdata] build: Fix ChangeLog generation



commit 0ec07c944079b98b6e8520d41471dc40784e440c
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 cdf67cc..277ee0c 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]