From 465b5dc124917b828a5964c50c4e470a0c03dcf4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 8 Jun 2020 13:13:17 +0900 Subject: Fixed main dependency `programs` has depended on the "fake" script, which is used by `test-spec` and etc. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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 -- cgit v1.2.3