Simplify INIT_FILES
authorTom Tromey <tom@tromey.com>
Mon, 2 Jul 2018 00:31:08 +0000 (18:31 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 9 Jul 2018 14:03:49 +0000 (08:03 -0600)
commit4c7549492b301d7d118379c3e98afc0b364d1935
tree522f64fe59a0b8ac35d97676f52313239b41872d
parent6497f1dd035530c483fdae22aaa6fcc715775f58
Simplify INIT_FILES

This simplifies the INIT_FILES variable.  COMMON_OBS includes
CONFIG_OBS and SUBDIR_GCC_COMPILE_OBS, so there's no need to reference
CONFIG_OBS or SUBDIR_GCC_COMPILE_SRCS there.  Once this is done, it it
clear that duplicates can't occur, so remove the duplicate-removing
code as well.

gdb/ChangeLog
2018-07-09  Tom Tromey  <tom@tromey.com>

* Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
SUBDIR_GCC_COMPILE_SRCS.
gdb/ChangeLog
gdb/Makefile.in