]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Call git tools using "git cmd" instead of "git-cmd" syntax
[fontconfig.git] / Makefile.am
index ec7a5d9a7aae43f59ebf9a05d37b81988a90a4d6..46dbb414cd44a873ebb5d78a37de8b50ec0a8692 100644 (file)
@@ -69,7 +69,7 @@ EXTRA_DIST += ChangeLog
 
 ChangeLog:
        if test -d "$(srcdir)/.git"; then \
-         (GIT_DIR=$(top_srcdir)/.git ./missing --run git-log --stat) | fmt --split-only > $@.tmp \
+         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
          && mv -f $@.tmp $@ \
          || ($(RM) $@.tmp; \
              echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \