Commit c2727579 by Rainer Orth Committed by Rainer Orth

Makefile.in (gccinstall.dvi): Pass absolute pathnames to $(TEXI2DVI) -o.

	* Makefile.in (gccinstall.dvi): Pass absolute pathnames to
	$(TEXI2DVI) -o.

From-SVN: r54522
parent 285464d0
2002-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in (gccinstall.dvi): Pass absolute pathnames to
$(TEXI2DVI) -o.
Tue Jun 11 21:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (x86_promote_QImode): Set for Athlon
......
......@@ -2431,7 +2431,8 @@ gccint.dvi: $(TEXI_GCCINT_FILES)
$(TEXI2DVI) -I $(docdir) -I $(docdir)/include $(docdir)/gccint.texi
gccinstall.dvi: $(TEXI_GCCINSTALL_FILES)
$(TEXI2DVI) -I $(docdir) -I $(docdir)/include -o $@ $(docdir)/install.texi
s=`cd $(srcdir); ${PWD}`; export s; \
$(TEXI2DVI) -I $$s/doc -I $$s/doc/include -o $@ $$s/doc/install.texi
cppinternals.dvi: $(TEXI_CPPINT_FILES)
$(TEXI2DVI) -I $(docdir) -I $(docdir)/include $(docdir)/cppinternals.texi
......
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