Don't mention XM_CDEPS or NAT_CLIBS
Neither XM_CDEPS nor NAT_CLIBS are defined anywhere, so remove the uses. gdb/ChangeLog 2018-07-09 Tom Tromey <tom@tromey.com> * Makefile.in (CDEPS): Don't mention XM_CDEPS. (CLIBS): Don't mention NAT_CLIBS.
This commit is contained in:
parent
31278b5193
commit
8fd32c1ce6
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-07-09 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* Makefile.in (CDEPS): Don't mention XM_CDEPS.
|
||||
(CLIBS): Don't mention NAT_CLIBS.
|
||||
|
||||
2018-07-09 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* Makefile.in (ADD_FILES, ADD_DEPS): Remove.
|
||||
|
|
|
@ -596,11 +596,11 @@ INTERNAL_LDFLAGS = \
|
|||
# XM_CLIBS, defined in *config files, have host-dependent libs.
|
||||
# LIBIBERTY appears twice on purpose.
|
||||
CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(ZLIB) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
|
||||
$(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) \
|
||||
$(XM_CLIBS) $(GDBTKLIBS) \
|
||||
@LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
|
||||
$(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
|
||||
$(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV) $(LIBMPFR)
|
||||
CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
|
||||
CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
|
||||
$(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
|
||||
|
||||
DIST = gdb
|
||||
|
|
Loading…
Add table
Reference in a new issue