Fix rust-exp handling in makefile
authorTom Tromey <tom@tromey.com>
Sat, 4 Jun 2016 16:21:01 +0000 (10:21 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 10 Jun 2016 15:57:08 +0000 (09:57 -0600)
commitedef7b8cf3d811ce8630591dbed1257ba16164ff
treee6fbe84d11e93dbb33abdfe376a2fedced9fc27f
parentb2cc3f6fc2c5abc0a5ac7e0f2b5fb2365e89d33f
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.
gdb/ChangeLog
gdb/Makefile.in