* common.mk (exts): renamed to get rid of the existent directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
18bf43f6e7
commit
1e2b744ed2
@ -1,3 +1,7 @@
|
|||||||
|
Fri Oct 24 20:54:53 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (exts): renamed to get rid of the existent directory.
|
||||||
|
|
||||||
Fri Oct 24 20:45:41 2008 Keiju Ishitsuka <keiju@ruby-lang.org>
|
Fri Oct 24 20:45:41 2008 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||||
|
|
||||||
* ext/mathn/rational.c: change several global functions to static
|
* ext/mathn/rational.c: change several global functions to static
|
||||||
|
@ -120,8 +120,8 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prel
|
|||||||
|
|
||||||
VCS = svn
|
VCS = svn
|
||||||
|
|
||||||
all: encs ext
|
all: encs exts
|
||||||
ext: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)
|
exts: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)
|
||||||
@$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS)
|
@$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS)
|
||||||
prog: $(PROGRAM) $(WPROGRAM)
|
prog: $(PROGRAM) $(WPROGRAM)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user