mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: dependencies to config.status
* Makefile.in (ruby.pc, ruby-runner.h): fix missing dependencies. config.status is needed to be up to date, to run it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e3f6429eff
commit
ae59620bbc
1 changed files with 2 additions and 2 deletions
|
@ -289,10 +289,10 @@ $(LIBRUBY_$(LIBRUBY_WITH_EXT)): $(LIBRUBY_SO_UPDATE)
|
|||
|
||||
ruby_pc = @ruby_pc@
|
||||
ruby.pc: $(ruby_pc)
|
||||
$(ruby_pc):
|
||||
$(ruby_pc): config.status
|
||||
@./config.status --file=$@:$(srcdir)/template/ruby.pc.in
|
||||
|
||||
ruby-runner.h: template/ruby-runner.h.in
|
||||
ruby-runner.h: template/ruby-runner.h.in config.status
|
||||
@./config.status --file=$@:$(srcdir)/template/$(@F).in
|
||||
|
||||
$(RBCONFIG): $(PREP)
|
||||
|
|
Loading…
Reference in a new issue