summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 09:21:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 09:21:38 +0000
commitca149d39e2f1ce04e3fedf292ebe6ed356857c54 (patch)
treea16a8d9a4c9bbdac74c4364815d617bf1605b468 /common.mk
parent6e06fd02918f8f5888322a8716cd795baec66db4 (diff)
downloadruby-ca149d39e2f1ce04e3fedf292ebe6ed356857c54.tar.gz
ruby-ca149d39e2f1ce04e3fedf292ebe6ed356857c54.tar.xz
ruby-ca149d39e2f1ce04e3fedf292ebe6ed356857c54.zip
* common.mk (version.o): add dependency. [ruby-dev:32680]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14485 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 6624909e2..ddf83f8a5 100644
--- a/common.mk
+++ b/common.mk
@@ -565,7 +565,7 @@ variable.$(OBJEXT): {$(VPATH)}variable.c {$(VPATH)}ruby.h {$(VPATH)}config.h \
{$(VPATH)}node.h {$(VPATH)}st.h {$(VPATH)}util.h
version.$(OBJEXT): {$(VPATH)}version.c {$(VPATH)}ruby.h {$(VPATH)}config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
- {$(VPATH)}version.h
+ {$(VPATH)}version.h {$(VPATH)}revision.h
compile.$(OBJEXT): {$(VPATH)}compile.c {$(VPATH)}vm_core.h {$(VPATH)}id.h \
{$(VPATH)}compile.h {$(VPATH)}debug.h {$(VPATH)}ruby.h {$(VPATH)}config.h \