Remove unused variables from gdbserver's Makefile
authorTom Tromey <tromey@adacore.com>
Tue, 19 Oct 2021 18:27:51 +0000 (12:27 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Oct 2021 18:29:04 +0000 (12:29 -0600)
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

index 12e9b2777aef115e686840cef56c0844919c96f5..a9ca88a689639d6edc94650464cda14719ad5747 100644 (file)
@@ -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)" \