aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
committerTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
commit94f7449c81d5c951656b38b29690c0b54fd6460e (patch)
tree4f448daaa4f65c0fc5e861fe699e661dd29ac37e /gdb/Makefile.in
parent9f2670f27b3d38d9faba9388a5fe6ccafaae9864 (diff)
downloadgdb-94f7449c81d5c951656b38b29690c0b54fd6460e.zip
gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.gz
gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.bz2
PR python/11900:
* configure: Rebuild. * configure.ac: Add install-python to CONFIG_INSTALL. * Makefile.in (install-python): New.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 65eb1fe..36d12f7 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1037,6 +1037,8 @@ install-tui:
$(INSTALL_DATA) $(srcdir)/gdb.1 \
$(DESTDIR)$(man1dir)/$$transformed_name.1
+install-python:
+ $(SHELL) $(srcdir)/../mkinstalldirs $(GDB_DATADIR)/python/gdb
uninstall: force $(CONFIG_UNINSTALL)
transformed_name=`t='$(program_transform_name)'; \