mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
* Makefile.in (gdb-all.texi): Build in objdir, not $srcdir.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Sat Sep 19 03:14:37 1992 John Gilmore (gnu@cygnus.com)
|
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
|
* config/decstation.mh: Add MMALLOC_LIB and MMALLOC_DISABLE
|
||||||
overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
|
overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
|
||||||
|
|
||||||
|
@ -645,7 +645,7 @@ gdb.info: ./doc/gdb-all.texi
|
|||||||
mv ./doc/gdb.info* .
|
mv ./doc/gdb.info* .
|
||||||
|
|
||||||
./doc/gdb-all.texi:
|
./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
|
# Make copying.c from COPYING
|
||||||
copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
|
copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
|
||||||
|
Reference in New Issue
Block a user