Formerly compatMakefile.~80~
authorRoland McGrath <roland@redhat.com>
Fri, 30 Jul 1993 20:55:50 +0000 (20:55 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 30 Jul 1993 20:55:50 +0000 (20:55 +0000)
compatMakefile

index 0ce5ca9..374501d 100644 (file)
@@ -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