re PR other/35148 (make pdf has missing file in 4.3-20080208)

PR other/35148
* Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
srcdir.

From-SVN: r132295
This commit is contained in:
Ralf Wildenhues 2008-02-13 19:27:34 +00:00 committed by Ralf Wildenhues
parent 6a333ca04f
commit 1b0c753a86
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR other/35148
* Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
srcdir.
2008-02-13 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.c (struct constant_pool): New field

View File

@ -3653,7 +3653,7 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
then echo "@set DEVELOPMENT"; \
else echo "@clear DEVELOPMENT"; \
fi) > $@T
echo "@set srcdir $(srcdir)" >> $@T
echo "@set srcdir $(abs_srcdir)" >> $@T
if [ -n "$(PKGVERSION)" ]; then \
echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@T; \
fi