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.ac | |
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.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 5ded21a..00a36be 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1227,7 +1227,7 @@ if test "${have_libguile}" != no; then 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 AC_SUBST(GUILE_CPPFLAGS) |