mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-28 23:50:55 +00:00
Formerly compatMakefile.~80~
This commit is contained in:
parent
9326e8fec5
commit
b018243a45
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ $(infodir)/make.info: make.info
|
|||
# line so we notice real errors from install-info.
|
||||
# We use `$(SHELL) -c' because some shells do not
|
||||
# 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 \
|
||||
install-info --infodir=$(infodir) $$d/foo.info; \
|
||||
else true; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue