diff options
author | Daniel Jacobowitz <dan@debian.org> | 2005-05-15 18:19:43 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2005-05-15 18:19:43 +0000 |
commit | 9c5238107b73706a4d2fd61f24e890fcefc0f7b0 (patch) | |
tree | 51d63a04f1be7004152fffad4142670c674c824a /gdb | |
parent | 473a4d01d8f3825f6e9422430a0a0a15d187cd88 (diff) | |
download | gdb-9c5238107b73706a4d2fd61f24e890fcefc0f7b0.tar.gz |
./
* ylwrap: Import from Automake 1.9.5.
binutils/
* acinclude.m4: Remove obsolete code.
* configure.in: Update AC_PREREQ.
* doc/Makefile.am (binutils_TEXINFOS): Define.
(config.texi): Depend on distributed files instead of built
files.
(binutils.dvi, binutils.info): Remove unnecessary rules.
(DISTCLEANFILES): Remove.
(install-data-local): Renamed from install.
(info-local): Renamed from info.
* Makefile.in, aclocal.m4, config.in, configure,
doc/Makefile.in: Regenerated.
gas/
* Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
invocation.
* Makefile.in: Regenerated.
ld/
* Makefile.am (AM_MAKEINFOFLAGS): Define.
(TEXI2DVI): Define.
(ldver.texi): Depend on distributed files instead of built files.
(ld.info): Include $(srcdir) in the rule target. Remove actions.
(ld.dvi): Remove actions.
(MAINTAINERCLEANFILES): Add configdoc.texi.
(CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
(install-data-local): Renamed from install.
(Makefile): Remove explicit dependency.
* acinclude.m4: Remove obsolete code.
* configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
* Makefile.in, aclocal.m4, config.in, configure: Regenerated.
gdb/
* Makefile.in (.y.c): Update ylwrap invocation.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbb6bc6f930..718aa404072 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (.y.c): Update ylwrap invocation. + +2005-05-15 Daniel Jacobowitz <dan@codesourcery.com> + * linux-nat.c (child_follow_fork, linux_handle_extended_wait) (lin_lwp_attach_lwp, linux_nat_attach, wait_lwp, child_wait) (linux_nat_wait, kill_wait_callback): Use my_waitpid. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 728ec8c00f2..d8c73aca920 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1597,7 +1597,7 @@ po/$(PACKAGE).pot: force .SUFFIXES: .y .l .y.c: - $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $@.tmp -- $(YFLAGS) + $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- $(YACC) $(YFLAGS) -sed -e '/extern.*malloc/d' \ -e '/extern.*realloc/d' \ -e '/extern.*free/d' \ |