1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-01-25 10:38:46 +00:00
parent 8af627ba4a
commit dc05954472
2 changed files with 4 additions and 2 deletions

View file

@ -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''.

View file

@ -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 \