mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed main dependency
`programs` has depended on the "fake" script, which is used by `test-spec` and etc.
This commit is contained in:
parent
a4f3e1762a
commit
465b5dc124
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ MAKE_LINK = $(MINIRUBY) -rfileutils -e "include FileUtils::Verbose" \
|
|||
|
||||
all: $(SHOWFLAGS) main docs
|
||||
|
||||
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
|
||||
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs programs
|
||||
@$(NULLCMD)
|
||||
|
||||
mjit-headers: $(MJIT_SUPPORT)-mjit-headers
|
||||
|
|
Loading…
Add table
Reference in a new issue