gdb/ChangeLog 2012-09-24 Khoo Yit Phang * data-directory/Makefile.in (all): Also install data-directory into the build directory at the location computed by relocate_gdb_directory when gdb is run from the build directory. diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -95,8 +95,14 @@ "RUNTEST=$(RUNTEST)" \ "RUNTESTFLAGS=$(RUNTESTFLAGS)" +# Also install data-directory into the build directory at the location +# computed by relocate_gdb_directory when gdb is run from the build directory. .PHONY: all all: stamp-syscalls stamp-python + @$(MAKE) $(FLAGS_TO_PASS) \ + "SYSCALLS_INSTALL_DIR=$(top_builddir)/../$(SYSCALLS_INSTALL_DIR:$(prefix)/%=%)" \ + "PYTHON_INSTALL_DIR=$(top_builddir)/../$(PYTHON_INSTALL_DIR:$(prefix)/%=%)" \ + install-only # For portability's sake, we need to handle systems that don't have # symbolic links.