mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
* Makefile.in (LIBRUBY_A): fix typo. re-applying r35242. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54872dd7b3
commit
2278902a76
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat May 19 11:34:32 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (LIBRUBY_A): fix typo. re-applying r35242.
|
||||
|
||||
Sat May 19 04:46:53 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* ext/openssl/extconf.rb: Use Logging::message instead of message.
|
||||
|
|
|
@ -193,7 +193,7 @@ $(LIBRUBY_A):
|
|||
@-$(RANLIB) $@ 2> /dev/null || true
|
||||
$(ECHO) verifying static-library $@
|
||||
@$(PURIFY) $(CC) $(XLDFLAGS) $(MAINOBJ) $(LIBRUBY_A) $(MAINLIBS) $(EXTLIBS) $(LIBS) $(OUTFLAG)conftest$(EXEEXT) $(LDFLAGS)
|
||||
@$(RM) conftset$(EXEEXT) conftest.c
|
||||
@$(RM) conftest$(EXEEXT) conftest.c
|
||||
|
||||
$(LIBRUBY_SO):
|
||||
@-$(PRE_LIBRUBY_UPDATE)
|
||||
|
|
Loading…
Add table
Reference in a new issue