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 | |
| 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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | common.mk | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -Fri Jan 25 18:27:28 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Jan 25 19:38:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h. * common.mk (revision.h): extracts revision number with ``svn info''. @@ -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 \ |
