1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/extmk.rb (extmake): add install: target to dummy Makefile.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-10-22 06:24:19 +00:00
parent db1c27bb37
commit 6073c68242
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
Tue Oct 22 10:13:05 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
Tue Oct 22 15:23:19 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* instruby.rb: add dryrun mode.
* ext/extmk.rb (extmake): add install: target to dummy Makefile.
* ext/extmk.rb (extmake): avoid Borland make's quirk behavior.
* lib/mkmf.rb (link_command): opt is not a makefile macro.

View file

@ -74,7 +74,7 @@ def extmake(target)
end
else
open("./Makefile", "w") {|f|
f.print configuration($srcdir), makerules(nil)
f.print configuration($srcdir), makerules(nil), "install:\n"
}
end
if $static