summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-03 07:04:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-03 07:04:35 +0000
commiteb389cd823e32c4603ec2174e14787b1e8cb6ffe (patch)
tree1f3a76ab269c5c6926e4b42205830dc22af6342c /common.mk
parentf6b821f64432c31c8a9939689ee25f3b67ab39f2 (diff)
* common.mk (revision.h): have to be updated daily or by non-trivial
commits. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index fa7b90bec1..0e4d658055 100644
--- a/common.mk
+++ b/common.mk
@@ -436,7 +436,7 @@ version.$(OBJEXT): {$(VPATH)}version.c $(RUBY_H_INCLUDES) \
dist: $(PROGRAM)
$(RUNRUBY) $(srcdir)/distruby.rb
-{$(VPATH)}revision.h:
+{$(VPATH)}revision.h: $(srcdir)/version.h $(srcdir)/ChangeLog $(REVISION_FORCE)
@$(MAKE) revision.h.tmp
@if [ -f $(srcdir)/revision.h ] && \
{ [ ! -s revision.h.tmp ] || cmp $(srcdir)/revision.h revision.h.tmp >/dev/null; }; then \