Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
authorJeff Law <law@gcc.gnu.org>
Wed, 10 Sep 1997 06:29:35 +0000 (00:29 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 10 Sep 1997 06:29:35 +0000 (00:29 -0600)
        * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
(Until we start building all this gunk in objdir...)

From-SVN: r15216

gcc/ChangeLog
gcc/Makefile.in

index 123beccce282aab8bdc9d9dd5b27e5068ef33b57..6eb0601be59df6458c235e9aa26230ab454c9e19 100644 (file)
@@ -1,4 +1,8 @@
-Fri Aug  8 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
+Wed Sep 10 00:29:29 1997  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
+
+Tue Sep  9 17:07:36 1997  Stan Cox  <coxs@dg-rtp.dg.com>
 
        * m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
        template.
index 88b14e7f75fb53163e47d80d7b450de726c45bf5..73ecd71109b8421b575b90b174beefbba742b92a 100644 (file)
@@ -1995,7 +1995,7 @@ $(srcdir)/cpp.dvi: cpp.texi
        $(TEXI2DVI) $<
 
 $(srcdir)/INSTALL: install1.texi install.texi
-       $(MAKEINFO) -D INSTALLONLY --no-header --no-split \
+       cd $(srcdir); $(MAKEINFO) -D INSTALLONLY --no-header --no-split \
          `echo $(srcdir)/install1.texi | sed 's,^\./,,'`
 #\f
 # Deletion of files made during compilation.