diff options
author | Tom Tromey <tom@tromey.com> | 2016-06-04 10:21:01 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-06-10 09:57:08 -0600 |
commit | edef7b8cf3d811ce8630591dbed1257ba16164ff (patch) | |
tree | e6fbe84d11e93dbb33abdfe376a2fedced9fc27f /gdb/ChangeLog | |
parent | b2cc3f6fc2c5abc0a5ac7e0f2b5fb2365e89d33f (diff) | |
download | fsf-binutils-gdb-edef7b8cf3d811ce8630591dbed1257ba16164ff.zip fsf-binutils-gdb-edef7b8cf3d811ce8630591dbed1257ba16164ff.tar.gz fsf-binutils-gdb-edef7b8cf3d811ce8630591dbed1257ba16164ff.tar.bz2 |
Fix rust-exp handling in makefile
I noticed that the rust-exp handling in the Makefile differed from
that of other .y files. I believe I noticed this by seeing a stray
"rm" in the build log.
This patch changes the Makefile to bring the rust-exp handling in line
with that of other .y files.
2016-06-10 Tom Tromey <tom@tromey.com>
* Makefile.in (COMMON_OBS): Remove rust-exp.o.
(YYFILES): Add rust-exp.c.
(YYOBJ): Add rust-exp.o.
(local-maintainer-clean): Remove rust-exp.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2cb21b4..c7c74fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2016-06-10 Tom Tromey <tom@tromey.com> + + * Makefile.in (COMMON_OBS): Remove rust-exp.o. + (YYFILES): Add rust-exp.c. + (YYOBJ): Add rust-exp.o. + (local-maintainer-clean): Remove rust-exp.c. + 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de> * NEWS: Mention that GDB now supports a negative repeat count in |