diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-26 03:47:15 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-26 03:47:15 +0000 |
commit | 749ad16aa7015438a12686556d4567a7b295f27a (patch) | |
tree | 6303c256a6335acd90d65cee68f5b55a693870e4 /common.mk | |
parent | fd74e1414c76288af00b47517144244134e40cc4 (diff) | |
download | ruby-749ad16aa7015438a12686556d4567a7b295f27a.tar.gz |
* common.mk (pkgconfig-data): moved from Makefile.in.
* tool/rbinstall.rb: install pc file only if non-empty.
[ruby-core:32901] #3983
* win32/Makefile.sub (ruby_pc): create pc file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ ruby.imp: $(EXPORTOBJS) install: install-$(INSTALLDOC) docs: $(DOCTARGETS) +pkgconfig-data: $(ruby_pc) +$(ruby_pc): $(srcdir)/template/ruby.pc.in config.status install-all: docs pre-install-all do-install-all post-install-all pre-install-all:: pre-install-local pre-install-ext pre-install-doc |