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

* Makefile.in ($(LIBRUBY_A)): fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-04-06 05:28:10 +00:00
parent 1ba7733873
commit 7b8bdf575b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Apr 6 14:27:04 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* Makefile.in ($(LIBRUBY_A)): fix typo.
Thu Apr 5 13:26:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* missing/alloca.c (xmalloc, xfree): use ruby version, not

View file

@ -185,7 +185,7 @@ $(LIBRUBY_A):
$(Q) $(AR) $(ARFLAGS) $@ $(OBJS) $(DMYEXT)
@-$(RANLIB) $@ 2> /dev/null || true
@$(PURIFY) $(CC) $(XLDFLAGS) $(MAINOBJ) $(LIBRUBY_A) $(MAINLIBS) $(EXTLIBS) $(LIBS) $(OUTFLAG)conftest$(EXEEXT) $(LDFLAGS)
@$(RM) conftset$(EXEEXT)
@$(RM) conftest$(EXEEXT)
$(LIBRUBY_SO):
@-$(PRE_LIBRUBY_UPDATE)