summaryrefslogtreecommitdiff
path: root/gdbserver
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-10-19 12:27:51 -0600
committerTom Tromey <tromey@adacore.com>2021-10-22 12:29:04 -0600
commit63b868ddf8798c69d7b695952cf602e610183fef (patch)
tree0d3cc717dfd532cc604440c4481df52c1f8b8d0b /gdbserver
parent5d71c60df5e6e7bd4ca70bd363dd462e8e865b38 (diff)
Remove unused variables from gdbserver's Makefile
This removes a number of unused variables from gdbserver's Makefile. I found these while working on the subsequent patches, and figured it would be cleaner to have a separate patch for the deletions.
Diffstat (limited to 'gdbserver')
-rw-r--r--gdbserver/Makefile.in27
1 files changed, 1 insertions, 26 deletions
diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in
index 12e9b2777a..a9ca88a689 100644
--- a/gdbserver/Makefile.in
+++ b/gdbserver/Makefile.in
@@ -26,23 +26,7 @@ target_alias = @target_noncanonical@
program_transform_name = @program_transform_name@
bindir = @bindir@
libdir = @libdir@
-tooldir = $(libdir)/$(target_alias)
-
-datarootdir = @datarootdir@
-datadir = @datadir@
-mandir = @mandir@
-man1dir = $(mandir)/man1
-man2dir = $(mandir)/man2
-man3dir = $(mandir)/man3
-man4dir = $(mandir)/man4
-man5dir = $(mandir)/man5
-man6dir = $(mandir)/man6
-man7dir = $(mandir)/man7
-man8dir = $(mandir)/man8
-man9dir = $(mandir)/man9
-infodir = @infodir@
-htmldir = $(prefix)/html
-includedir = @includedir@
+
CONFIG_SRC_SUBDIR = @CONFIG_SRC_SUBDIR@
install_sh = @install_sh@
@@ -290,16 +274,7 @@ extra_libraries = @extra_libraries@
FLAGS_TO_PASS = \
"prefix=$(prefix)" \
"exec_prefix=$(exec_prefix)" \
- "infodir=$(infodir)" \
- "datarootdir=$(datarootdir)" \
- "docdir=$(docdir)" \
- "htmldir=$(htmldir)" \
- "pdfdir=$(pdfdir)" \
"libdir=$(libdir)" \
- "mandir=$(mandir)" \
- "datadir=$(datadir)" \
- "includedir=$(includedir)" \
- "against=$(against)" \
"DESTDIR=$(DESTDIR)" \
"AR=$(AR)" \
"AR_FLAGS=$(AR_FLAGS)" \