diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-18 22:57:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-18 22:57:46 +0000 |
commit | 94f7449c81d5c951656b38b29690c0b54fd6460e (patch) | |
tree | 4f448daaa4f65c0fc5e861fe699e661dd29ac37e /gdb/Makefile.in | |
parent | 9f2670f27b3d38d9faba9388a5fe6ccafaae9864 (diff) | |
download | gdb-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.in | 2 |
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)'; \ |