Skip to content

Commit

Permalink
sync with ruby trunk r15665
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@199 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed May 18, 2008
1 parent 1971397 commit eee9d7b
Show file tree
Hide file tree
Showing 350 changed files with 30,108 additions and 9,703 deletions.
2,903 changes: 2,782 additions & 121 deletions ChangeLog

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ empty =
OUTFLAG = @OUTFLAG@$(empty)
COUTFLAG = @COUTFLAG@$(empty)
CFLAGS = @CFLAGS@ @ARCH_FLAG@
cflags = @cflags@
optflags = @optflags@
debugflags = @debugflags@
XCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) @XCFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@
Expand All @@ -51,7 +54,7 @@ LDSHARED = @LIBRUBY_LDSHARED@
DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(EXTLDFLAGS) @ARCH_FLAG@
SOLIBS = @SOLIBS@
MAINLIBS = @MAINLIBS@
MINIOBJS = @MINIOBJS@ miniprelude.$(OBJEXT)
ARCHMINIOBJS = @MINIOBJS@
BUILTIN_ENCOBJS = @BUILTIN_ENCOBJS@

RUBY_INSTALL_NAME=@RUBY_INSTALL_NAME@
Expand Down
Loading

0 comments on commit eee9d7b

Please sign in to comment.