From 63b868ddf8798c69d7b695952cf602e610183fef Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 19 Oct 2021 12:27:51 -0600 Subject: 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. --- gdbserver/Makefile.in | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'gdbserver') diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in index 12e9b27..a9ca88a 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)" \ -- cgit v1.1