mirror of
https://github.com/mirror/make.git
synced 2025-03-26 11:19:14 +08:00
Regenerated
This commit is contained in:
parent
bbfb270092
commit
eb3b7904f0
@ -216,6 +216,7 @@ $(infodir)/make.info: make.info
|
|||||||
# We use `$(SHELL) -c' because some shells do not
|
# We use `$(SHELL) -c' because some shells do not
|
||||||
# fail gracefully when there is an unknown command.
|
# fail gracefully when there is an unknown command.
|
||||||
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
|
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
|
||||||
|
if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
|
||||||
install-info --infodir=$(infodir) $$dir/make.info; \
|
install-info --infodir=$(infodir) $$dir/make.info; \
|
||||||
else true; fi
|
else true; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user