fake.rb needs id.h

This commit is contained in:
Nobuyoshi Nakada 2022-09-03 22:24:49 +09:00
parent 0111dc5b79
commit 45004bba6b
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -758,7 +758,8 @@ 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 {$(VPATH)}vm_opts.h
$(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)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_erb.rb
$(ECHO) generating $@