From 7699ecfa59f77b4402b4b3f478945f582bb14d0a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Mar 2014 09:45:45 -0400 Subject: [PATCH] also rebuild REVISION when code to get it changes --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7f50227..33478c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ PYCHECKER_BLACKLIST = \ release: dist make $(PACKAGE)-$(VERSION).tar.bz2.md5 -REVISION: $(top_srcdir)/.git +REVISION: $(top_srcdir)/.git morituri/common/common.py $(PYTHON) -c 'from morituri.configure import configure; print configure.revision' > REVISION # generate md5 sum files