diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 10:38:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-25 10:38:46 +0000 |
| commit | d87fcae15e5d808ad1c0d449ef1e1555db7207b1 (patch) | |
| tree | 2a958bf1e7434af28802f463f4f384cb97b3fd31 /common.mk | |
| parent | c298534d3a806f8003700bb6a1d2197fe7fec316 (diff) | |
| download | ruby-d87fcae15e5d808ad1c0d449ef1e1555db7207b1.tar.gz ruby-d87fcae15e5d808ad1c0d449ef1e1555db7207b1.tar.xz ruby-d87fcae15e5d808ad1c0d449ef1e1555db7207b1.zip | |
* common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -602,7 +602,7 @@ variable.$(OBJEXT): {$(VPATH)}variable.c {$(VPATH)}ruby.h \ version.$(OBJEXT): {$(VPATH)}version.c {$(VPATH)}ruby.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}missing.h \ {$(VPATH)}intern.h {$(VPATH)}st.h {$(VPATH)}version.h \ - {$(VPATH)}revision.h + $(srcdir)/revision.h compile.$(OBJEXT): {$(VPATH)}compile.c {$(VPATH)}ruby.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}missing.h \ |
