summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-04 16:20:30 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-04 16:20:30 +0900
commit4a6ca12904c8160d68ac4b552636159926afff41 (patch)
tree484643ddde3f26f754f16c1efe80885d45df8eef /template
parenta4964174e26303524cee8c2d8523048b87137993 (diff)
downloadruby-4a6ca12904c8160d68ac4b552636159926afff41.tar.gz
Remove unversioned phony target for pkgconfig file [Bug #18374]
It results in a circular dependency when `--with-ruby-pc=ruby.pc` is given. [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 445f14ebdd..9e6d6fe0e3 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -318,7 +318,6 @@ $(LIBRUBY_$(LIBRUBY_WITH_EXT)): $(LIBRUBY_SO_UPDATE)
PKG_CONFIG = @PKG_CONFIG@
ruby_pc = @ruby_pc@
-ruby.pc: $(ruby_pc)
$(ruby_pc): config.status Makefile
$(Q)./config.status --file=-:$(srcdir)/template/ruby.pc.in | \
sed -e 's/\$$(\([A-Za-z_][A-Za-z0-9_]*\))/$${\1}/g' \