]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Move python object files to python subdirectory
authorTom Tromey <tom@tromey.com>
Tue, 21 Nov 2017 20:17:31 +0000 (13:17 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 27 Nov 2017 23:53:25 +0000 (16:53 -0700)
commit8fd8d003de32661ed703ae9fd7e1a856f1b58f81
tree397520e3bfcf89a492cf3d2a43fb2d8ed77afe27
parentbd810fff78006d38e3c287b7bd241319f4d763be
Move python object files to python subdirectory

Move the object files corresponding to python/*.c to the python
subdirectory in the build tree.

Because special CFLAGS are passed just to Python compilations, this
patch also required the addition of a pattern rule to update
INTERNAL_CFLAGS for here.

ChangeLog
2017-11-27  Tom Tromey  <tom@tromey.com>

* Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
(CONFIG_SRC_SUBDIR): Add python.
(%.o): Remove python rule.
(python/%.o): New rule.
* configure: Rebuild.
* configure.ac (CONFIG_OBS): Refer to python/python.o
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gdb/configure.ac