X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=e852b140e7acd0306e77347694ed59e95231226f;hb=07b76c2f0baf197ce44d66a153184d33047e7ba0;hp=e6e9d3f2c6b876ca20ea23a35f3254ae13f52336;hpb=1899614f262e7f031b3c1b3abd8b20fc49461c9c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e6e9d3f2c6..e852b140e7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,5 +1,5 @@ -# Copyright (C) 1989-2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 1989-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # This file is part of GDB. @@ -987,6 +987,7 @@ COMMON_SFILES = \ gdbsupport/gdb-dlfcn.c \ gdbsupport/gdb_tilde_expand.c \ gdbsupport/gdb_vecs.c \ + gdbsupport/gdb_wait.c \ gdbsupport/netstuff.c \ gdbsupport/new-op.c \ gdbsupport/pathstuff.c \ @@ -1140,6 +1141,7 @@ COMMON_SFILES = \ symmisc.c \ symtab.c \ target.c \ + target-connection.c \ target-dcache.c \ target-descriptions.c \ target-memory.c \ @@ -1782,7 +1784,7 @@ install-only: $(CONFIG_INSTALL) true ; \ fi ; \ $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \ - $(INSTALL_PROGRAM) gdb$(EXEEXT) \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gdb$(EXEEXT) \ $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \ $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \ $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h @@ -2523,7 +2525,7 @@ install-gdbtk: true ; \ fi ; \ $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir); \ - $(INSTALL_PROGRAM) insight$(EXEEXT) \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) insight$(EXEEXT) \ $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \ $(SHELL) $(srcdir)/../mkinstalldirs \ $(DESTDIR)$(GDBTK_LIBRARY) ; \