mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk : add .SUFFIXES rule
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
20f8b25d1d
commit
716b91a5f7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jan 5 20:20:36 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* common.mk : add .SUFFIXES rule
|
||||||
|
|
||||||
Fri Jan 5 15:58:15 2007 Koichi Sasada <ko1@atdot.net>
|
Fri Jan 5 15:58:15 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* eval_method.h (rb_alias) : fix to check search result
|
* eval_method.h (rb_alias) : fix to check search result
|
||||||
|
|
|
@ -2,6 +2,8 @@ bin: $(PROGRAM) $(WPROGRAM)
|
||||||
lib: $(LIBRUBY)
|
lib: $(LIBRUBY)
|
||||||
dll: $(LIBRUBY_SO)
|
dll: $(LIBRUBY_SO)
|
||||||
|
|
||||||
|
.SUFFIXES: .inc
|
||||||
|
|
||||||
RUBYOPT =
|
RUBYOPT =
|
||||||
|
|
||||||
STATIC_RUBY = static-ruby
|
STATIC_RUBY = static-ruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue