mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore fake.rb for snapshot
This commit is contained in:
parent
bbe5ec7846
commit
76664905a5
1 changed files with 3 additions and 3 deletions
|
@ -758,10 +758,10 @@ no-fake -fake: PHONY
|
|||
$(HAVE_BASERUBY:no=)$(arch)-fake.rb: miniruby$(EXEEXT)
|
||||
|
||||
# actually depending on other headers more.
|
||||
$(arch)-fake.rb: $(top_srcdir)/revision.h $(top_srcdir)/version.h $(srcdir)/version.c
|
||||
$(arch)-fake.rb: {$(VPATH)}id.h {$(VPATH)}vm_opts.h
|
||||
$(arch:noarch=ignore)-fake.rb: $(top_srcdir)/revision.h $(top_srcdir)/version.h $(srcdir)/version.c
|
||||
$(arch:noarch=ignore)-fake.rb: {$(VPATH)}id.h {$(VPATH)}vm_opts.h
|
||||
|
||||
$(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_erb.rb
|
||||
$(arch:noarch=ignore)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_erb.rb
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(CPP) -DRUBY_EXPORT $(INCFLAGS) $(CPPFLAGS) "$(srcdir)/version.c" | \
|
||||
$(BOOTSTRAPRUBY) "$(tooldir)/generic_erb.rb" -o $@ "$(srcdir)/template/fake.rb.in" \
|
||||
|
|
Loading…
Reference in a new issue