Move python object files to python subdirectory
[deliverable/binutils-gdb.git] / gdb / configure.ac
index 00a36be13cfce49baec7a71658b02eff28ec95e9..de24cfa68767306854b28ad4e1936042d9605272 100644 (file)
@@ -1027,7 +1027,7 @@ if test "${have_libpython}" != no; then
 else
   # Even if Python support is not compiled in, we need to have this file
   # included so that the "python" command, et.al., still exists.
-  CONFIG_OBS="$CONFIG_OBS python.o"
+  CONFIG_OBS="$CONFIG_OBS python/python.o"
   CONFIG_SRCS="$CONFIG_SRCS python/python.c"
 fi
 
This page took 0.024656 seconds and 4 git commands to generate.