diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-09-10 03:59:37 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-09-10 03:59:37 +0000 |
commit | 2c9e3c696dcb4bd2d5b1a30e8a7fecba770244c4 (patch) | |
tree | dcca3691dc94bacd8ca6c65cd2af7cb12c78cb13 /gdb/configure | |
parent | 9e0d673543f8e099d775acf279aff5995236e667 (diff) | |
download | gdb-2c9e3c696dcb4bd2d5b1a30e8a7fecba770244c4.zip gdb-2c9e3c696dcb4bd2d5b1a30e8a7fecba770244c4.tar.gz gdb-2c9e3c696dcb4bd2d5b1a30e8a7fecba770244c4.tar.bz2 |
* configure.ac: Fix the names of the python source and object files
following the renaming done in an earlier change.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 2691e33..99acc2f 100755 --- a/gdb/configure +++ b/gdb/configure @@ -9323,8 +9323,8 @@ $as_echo "${PYTHON_CFLAGS}" >&6; } else # Even if Python support is not compiled in, we need to have these files # included in order to recognize the GDB command "python". - CONFIG_OBS="$CONFIG_OBS python.o python-value.o python-prettyprint.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c python/python-prettyprint.c" + CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c python/py-prettyprint.c" fi |