diff options
author | Tom Tromey <tom@tromey.com> | 2017-11-21 12:35:05 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-27 16:53:23 -0700 |
commit | a26aa30cc535c9bde457cdd00daf0c82f25da0af (patch) | |
tree | 96f0d0c5cbe8cb6607688374f0a9172326ea9233 /gdb/ChangeLog | |
parent | 6f3cdf9a3bfa2c0a22fa9dc40b45578e2ea7957d (diff) | |
download | gdb-a26aa30cc535c9bde457cdd00daf0c82f25da0af.zip gdb-a26aa30cc535c9bde457cdd00daf0c82f25da0af.tar.gz gdb-a26aa30cc535c9bde457cdd00daf0c82f25da0af.tar.bz2 |
Move compile object files to compile subdirectory
Move the object files corresponding to compile/*.c to the compile
subdirectory in the build tree.
ChangeLog
2017-11-27 Tom Tromey <tom@tromey.com>
* Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
(%.o): Remove compile rule.
(CONFIG_SRC_SUBDIR): Add compile.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4fbf419..51d255c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-11-27 Tom Tromey <tom@tromey.com> + * Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine. + (%.o): Remove compile rule. + (CONFIG_SRC_SUBDIR): Add compile. + +2017-11-27 Tom Tromey <tom@tromey.com> + * Makefile.in (SUBDIR_MI_OBS): Redefine. (%.o): Remove mi rule. (CONFIG_SRC_SUBDIR): Add mi. |