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.
+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
gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o \
cp-namespace.o d-namespace.o \
reggroups.o \
- rust-exp.o rust-lang.o \
+ rust-lang.o \
trad-frame.o \
tramp-frame.o \
solib.o solib-target.o \
ada-lex.c \
ada-exp.c \
jv-exp.c \
- d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c
+ d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
YYOBJ = c-exp.o \
cp-name-parser.o \
ada-exp.o \
jv-exp.o \
- d-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o
+ d-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o rust-exp.o
# Things which need to be built when making a distribution.
cp-name-parser.c \
ada-lex.c ada-exp.c \
jv-exp.tab \
- d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c
+ d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
rm -f TAGS $(INFOFILES)
rm -f $(YYFILES)
rm -f nm.h config.status