[gnome-color-manager] Fix a warning when doing make distcheck



commit f407a38d2a407f0ac3ed60bc7600c28a0a26ca40
Author: Richard Hughes <richard hughsie com>
Date:   Wed Nov 4 13:06:37 2009 +0000

    Fix a warning when doing make distcheck

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 26a1381..e0c3692 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ distclean-local:
 ChangeLog:
 	@echo Creating $@
 	@if test -d "$(srcdir)/.git"; then \
-	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log ZIF_0_0_X.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
+	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 40b7dc172740c49933139d950b72aab5549df92e.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
 	  && mv -f $  tmp $@ \
 	  || ($(RM) $  tmp; \
 	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \



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