File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ YJIT_RUSTC_ARGS = --crate-name=yjit \
337337 '--out-dir=$(CARGO_TARGET_DIR)/release/' \
338338 $(top_srcdir)/yjit/src/lib.rs
339339
340- all: $(SHOWFLAGS) main docs
340+ all: $(SHOWFLAGS) main
341341
342342main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
343343 @$(NULLCMD)
@@ -479,7 +479,7 @@ docs: srcs-doc $(DOCTARGETS)
479479pkgconfig-data: $(ruby_pc)
480480$(ruby_pc): $(srcdir)/template/ruby.pc.in config.status
481481
482- install-all: docs pre-install-all do-install-all post-install-all
482+ install-all: pre-install-all docs do-install-all post-install-all
483483pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
484484do-install-all: pre-install-all
485485 $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all $(INSTALL_DOC_OPTS)
You can’t perform that action at this time.
0 commit comments