Regenerated 3.73.3
authorRoland McGrath <roland@redhat.com>
Wed, 10 May 1995 21:59:24 +0000 (21:59 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 10 May 1995 21:59:24 +0000 (21:59 +0000)
Makefile.in

index 4140afecdf0045afc260eb59e83da89d6d9d0fcc..b77794f744c78c93f4ef4e8fdf68c3956be0f7ba 100644 (file)
@@ -216,6 +216,7 @@ $(infodir)/make.info: make.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 [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
          install-info --infodir=$(infodir) $$dir/make.info; \
        else true; fi