Delete Makefile.in:INSTALLED_LIBS (unused)

gdb/ChangeLog:

        * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
This commit is contained in:
Joel Brobecker 2011-02-22 08:00:25 +00:00
parent b97c863c18
commit 36238dbca5
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2011-02-22 Joel Brobecker <brobecker@adacore.com>
* Makefile.in (INSTALLED_LIBS): Delete. Update comment.
2011-02-21 Michael Snyder <msnyder@vmware.com>
* gdbthread.h (print_thread_info): Change prototype.

View File

@ -468,13 +468,8 @@ INTERNAL_LDFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) $(LDFLAGS) $(CONFIG_
# it doesn't work, then refer to libiberty.
# Libraries and corresponding dependencies for compiling gdb.
# {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
# XM_CLIBS, defined in *config files, have host-dependent libs.
# LIBIBERTY appears twice on purpose.
# If you have the Cygnus libraries installed,
# you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty -ldecnumber \
$(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
-lintl -liberty $(LIBGNU)
CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
$(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ @PYTHON_LIBS@ \
$(LIBEXPAT) \