mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Explicit the target of do-install-all as the same as dont-install-all
This commit is contained in:
parent
ee53d97b16
commit
6e1507f8a2
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ $(ruby_pc): $(srcdir)/template/ruby.pc.in config.status
|
|||
install-all: docs pre-install-all do-install-all post-install-all
|
||||
pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
|
||||
do-install-all: pre-install-all
|
||||
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) $(INSTALL_DOC_OPTS)
|
||||
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all $(INSTALL_DOC_OPTS)
|
||||
post-install-all:: post-install-local post-install-ext post-install-gem post-install-doc
|
||||
@$(NULLCMD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue