* Makefile.in (install-python): Add DESTDIR.

This commit is contained in:
Tom Tromey 2010-08-19 18:40:46 +00:00
parent 4572cbac3f
commit 4d2dc20ae3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-19 Tom Tromey <tromey@redhat.com>
* Makefile.in (install-python): Add DESTDIR.
2010-08-19 Doug Evans <dje@google.com>
PR exp/11926

View File

@ -1038,7 +1038,7 @@ install-tui:
$(DESTDIR)$(man1dir)/$$transformed_name.1
install-python:
$(SHELL) $(srcdir)/../mkinstalldirs $(GDB_DATADIR)/python/gdb
$(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
uninstall: force $(CONFIG_UNINSTALL)
transformed_name=`t='$(program_transform_name)'; \