summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-08 13:13:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-08 13:15:05 +0900
commit465b5dc124917b828a5964c50c4e470a0c03dcf4 (patch)
tree11da0b92dcfce48542dae002b18f8d49820e59cd /common.mk
parenta4f3e1762aa195969ace000ac0dc8d300dda85cb (diff)
Fixed main dependency
`programs` has depended on the "fake" script, which is used by `test-spec` and etc.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index cc640c813b..4ae93a5582 100644
--- a/common.mk
+++ b/common.mk
@@ -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