mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
srcs-ext should update ext/ripper/eventids2table.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
68261c06b5
commit
767ab942bc
1 changed files with 2 additions and 0 deletions
|
@ -951,6 +951,7 @@ missing-srcs: $(srcdir)/missing/des_tables.c
|
|||
srcs: common-srcs missing-srcs srcs-enc
|
||||
|
||||
EXT_SRCS = $(srcdir)/ext/ripper/ripper.c \
|
||||
$(srcdir)/ext/ripper/eventids2table.c \
|
||||
$(srcdir)/ext/rbconfig/sizeof/sizes.c \
|
||||
$(srcdir)/ext/rbconfig/sizeof/limits.c \
|
||||
$(srcdir)/ext/socket/constdefs.c \
|
||||
|
@ -1056,6 +1057,7 @@ $(REVISION_H): $(srcdir)/version.h $(srcdir)/tool/file2lastrev.rb $(REVISION_FOR
|
|||
-$(Q) $(BASERUBY) $(srcdir)/tool/file2lastrev.rb -q --revision.h "$(srcdir)" > revision.tmp
|
||||
$(Q)$(IFCHANGE) "--timestamp=$@" "$(srcdir)/revision.h" revision.tmp
|
||||
|
||||
$(srcdir)/ext/ripper/eventids2table.c \
|
||||
$(srcdir)/ext/ripper/ripper.c: $(srcdir)/ext/ripper/tools/preproc.rb $(srcdir)/parse.y id.h
|
||||
$(ECHO) generating $@
|
||||
$(Q) VPATH=$${PWD-`pwd`} && $(CHDIR) $(@D) && \
|
||||
|
|
Loading…
Add table
Reference in a new issue