From: John Gilmore Date: Sat, 19 Sep 1992 10:47:09 +0000 (+0000) Subject: * Makefile.in (gdb-all.texi): Build in objdir, not $srcdir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c0950668f708a2f4ef25b9627e135352d45d0fd;p=binutils-gdb.git * Makefile.in (gdb-all.texi): Build in objdir, not $srcdir. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6723e500521..09838e2029f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7dcc49fb067..ff2c0fa25b5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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