Commit 6a09dded by Andreas Schwab Committed by Andreas Schwab

* Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.

From-SVN: r74059
parent 6c39c207
2003-11-30 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(DESTDIR)$(infodir)/%.info): Fix missing semicolon.
2003-11-29 James E Wilson <wilson@specifixinc.com>
* gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name
......
......@@ -2995,7 +2995,7 @@ $(DESTDIR)$(infodir)/%.info: $(docobjdir)/%.info installdirs
-if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
if [ -f $(DESTDIR)$(infodir)/dir ] ; then \
if [ -f $@ ]; then \
install-info --dir-file=$(DESTDIR)$(infodir)/dir $@ \
install-info --dir-file=$(DESTDIR)$(infodir)/dir $@; \
else true; fi; \
else true; fi; \
else true; fi;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment