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:
parent
8af627ba4a
commit
dc05954472
2 changed files with 4 additions and 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue