diff options
author | Tom Tromey <tom@tromey.com> | 2017-11-21 13:05:26 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-27 16:53:24 -0700 |
commit | bd810fff78006d38e3c287b7bd241319f4d763be (patch) | |
tree | 92f01250119292d3915ac8fd91f8e6b8c7d9357c /gdb/configure | |
parent | 75787ac19cdf7e8aa9b4c28f9421837ba479cf51 (diff) | |
download | gdb-bd810fff78006d38e3c287b7bd241319f4d763be.zip gdb-bd810fff78006d38e3c287b7bd241319f4d763be.tar.gz gdb-bd810fff78006d38e3c287b7bd241319f4d763be.tar.bz2 |
Move guile object files to guile subdirectory
Move the object files corresponding to guile/*.c to the guile
subdirectory in the build tree.
ChangeLog
2017-11-27 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* configure.ac (CONFIG_OBS): Refer to guile/guile.o.
* Makefile.in (SUBDIR_GUILE_OBS): Redefine.
(CONFIG_SRC_SUBDIR): Add guile.
(%.o): Remove guile rule.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 7655b45..f3e0ce6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -11279,7 +11279,7 @@ done else # Even if Guile support is not compiled in, we need to have these files # included. - CONFIG_OBS="$CONFIG_OBS guile.o" + CONFIG_OBS="$CONFIG_OBS guile/guile.o" CONFIG_SRCS="$CONFIG_SRCS guile/guile.c" fi |