summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-16 09:27:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-16 09:27:53 +0000
commitae59620bbc52e7d6393e39317926737e4447d326 (patch)
tree712b67c9e6a0c5576169fb2cbe9c189c03314719 /Makefile.in
parente3f6429effd6d63d106d72eb757c78a4cdab2e4a (diff)
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 69f96d0e2a..bdfe3ab6c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)