------- Comment #5 from Ralf dot Wildenhues at gmx dot de  2008-02-10 17:21 
-------
Subject: Re:  make pdf has missing file in 4.3-20080208

* hal at oz dot net wrote on Sun, Feb 10, 2008 at 06:18:02PM CET:
> 
> I'd be glad to try changing the rule for gcc-vers.texi to see if that fixes 
> the
> original problem, but I'm not sure where to do this.  What file is this in?

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 7553dcb..9c91fb5 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3653,7 +3653,7 @@ gcc-vers.texi: $(BASEVER) $(DEVPHASE)
         then echo "@set DEVELOPMENT"; \
         else echo "@clear DEVELOPMENT"; \
         fi) > [EMAIL PROTECTED]
-       echo "@set srcdir $(srcdir)" >> [EMAIL PROTECTED]
+       echo "@set srcdir $(abs_srcdir)" >> [EMAIL PROTECTED]
        if [ -n "$(PKGVERSION)" ]; then \
          echo "@set VERSION_PACKAGE $(PKGVERSION)" >> [EMAIL PROTECTED]; \
        fi


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148

Reply via email to