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:
parent
db1c27bb37
commit
6073c68242
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue