mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
programs will be made from exts
`programs` after `exts` overwrites programs built with extension libraries when static-linked-ext.
This commit is contained in:
parent
e127c85fac
commit
cca2f7ab14
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ MAKE_LINK = $(MINIRUBY) -rfileutils -e "include FileUtils::Verbose" \
|
|||
|
||||
all: $(SHOWFLAGS) main docs
|
||||
|
||||
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs programs
|
||||
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
|
||||
@$(NULLCMD)
|
||||
|
||||
mjit-headers: $(MJIT_SUPPORT)-mjit-headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue