* Makefile.in (gdb-all.texi): Build in objdir, not $srcdir.
authorJohn Gilmore <gnu@cygnus>
Sat, 19 Sep 1992 10:47:09 +0000 (10:47 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 19 Sep 1992 10:47:09 +0000 (10:47 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 6723e50..09838e2 100644 (file)
@@ -1,5 +1,7 @@
 Sat Sep 19 03:14:37 1992  John Gilmore  (gnu@cygnus.com)
 
+       * Makefile.in (gdb-all.texi):  Build in objdir, not $srcdir.
+
        * config/decstation.mh:  Add MMALLOC_LIB and MMALLOC_DISABLE
        overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
 
index 7dcc49f..ff2c0fa 100644 (file)
@@ -645,7 +645,7 @@ gdb.info: ./doc/gdb-all.texi
        mv ./doc/gdb.info* .
 
 ./doc/gdb-all.texi:
-       (cd $(srcdir)/doc; $(MAKE) M4=$(M4) gdb-all.texi $(FLAGS_TO_PASS) )
+       (cd ./doc; $(MAKE) M4=$(M4) gdb-all.texi $(FLAGS_TO_PASS) )
 
 # Make copying.c from COPYING
 copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk