[cairo-commit] build/Makefile.am.changelog

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Nov 30 20:29:21 PST 2008


 build/Makefile.am.changelog |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aff32019a70600fec5040a5a73c4f0b688826064
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Nov 30 23:28:59 2008 -0500

    [Makefile.am] Use top_srcdir instead of srcdir
    
    Doesn't make much difference here, but makes our intention clear.

diff --git a/build/Makefile.am.changelog b/build/Makefile.am.changelog
index b9fbdcf..888f4e7 100644
--- a/build/Makefile.am.changelog
+++ b/build/Makefile.am.changelog
@@ -71,7 +71,7 @@ $(srcdir)/ChangeLog.cache-% $(srcdir)/ChangeLog.pre-%:
 		test "x$$from" = xinitial || from=$$from.0; \
 		spec=$$from..$$to; \
 	  fi; \
-	  $(srcdir)/build/missing --run git-log --stat "$$spec") > $@.tmp \
+	  $(top_srcdir)/build/missing --run git-log --stat "$$spec") > $@.tmp \
 	  && mv -f $@.tmp $@ \
 	  || ($(RM) $@.tmp; \
 	      echo Failed to generate $@, your $@ may be outdated >&2); \


More information about the cairo-commit mailing list