diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-02-22 08:00:25 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-02-22 08:00:25 +0000 |
commit | 36238dbca5681409b8747c7dc0eda8c68b4bb4c5 (patch) | |
tree | 9e6ea7808c9ea8ce6cfd632194cec08a6566cacd /gdb/Makefile.in | |
parent | b97c863c1885ce7fd9be1fce441c790ab46d1dc0 (diff) | |
download | gdb-36238dbca5681409b8747c7dc0eda8c68b4bb4c5.zip gdb-36238dbca5681409b8747c7dc0eda8c68b4bb4c5.tar.gz gdb-36238dbca5681409b8747c7dc0eda8c68b4bb4c5.tar.bz2 |
Delete Makefile.in:INSTALLED_LIBS (unused)
gdb/ChangeLog:
* Makefile.in (INSTALLED_LIBS): Delete. Update comment.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ee79a14..6363773 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) \ |