Skip to content

Commit

Permalink
* Makefile.in ($(LIBRUBY_A)): fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Apr 6, 2012
1 parent 1ba7733 commit 7b8bdf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b8bdf5

Please sign in to comment.