]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Move target object files to target subdirectory
authorTom Tromey <tom@tromey.com>
Tue, 21 Nov 2017 21:29:59 +0000 (14:29 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 27 Nov 2017 23:53:27 +0000 (16:53 -0700)
commit66599a7dc0369583229c0c51e5e009cfa7cceb73
tree876d7b76a9a100ea23e59a8c9ea6c8c4680bb093
parent4f04fba813785f3d749376d9b434c0f94f835dbc
Move target object files to target subdirectory

Move the object files corresponding to target/*.c to the target
subdirectory in the build tree.

ChangeLog
2017-11-27  Tom Tromey  <tom@tromey.com>

* Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
variables.
(SFILES): Use SUBDIR_TARGET_SRCS.
(COMMON_OBS): Use SUBDIR_TARGET_OBS.  Remove waitstatus.o.
(CONFIG_SRC_SUBDIR): Add target.
(%.o): Remove target rule.
gdb/ChangeLog
gdb/Makefile.in