From 60f611c12b3df8cbcb4aa60c78807715b32b13a8 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 20:48:03 -0300 Subject: updating hash --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eccc1556..7370019a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,12 +96,12 @@ DISTCHECK_CONFIGURE_FLAGS = \ # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/mate/help/ | grep -v \.omf -distclean-local: +distclean-local: \ if test "$(srcdir)" = "."; then :; else \ - rm -f ChangeLog; \ + rm -f ChangeLog; \ fi -ChangeLog: +ChangeLog: \ $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \ -- cgit v1.2.1