1
0
Fork 0
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:
Nobuyoshi Nakada 2020-06-08 13:13:17 +09:00
parent a4f3e1762a
commit 465b5dc124
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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