re PR ada/20270 (Link error: unsatisfied symbols)

PR ada/20270
	* Makefile.in: Make TGT_LIB behave correctly.

From-SVN: r99773
This commit is contained in:
Nathanael Nerode 2005-05-16 11:58:44 +00:00
parent 4734ffce87
commit 8b37cc6429
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-16 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/20270
* Makefile.in: Make TGT_LIB behave correctly.
2005-04-23 DJ Delorie <dj@redhat.com>
* misc.c: Adjust warning() callers.

View file

@ -245,7 +245,9 @@ LIBIBERTY = ../../libiberty/libiberty.a
# and the system's installed libraries.
LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS)
LIBDEPS = $(LIBINTL_DEP) $(LIBIBERTY)
TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) link.o ../../../libiberty/libiberty.a $(SYSLIBS)
# Default is no TGT_LIB; one might be passed down or something
TGT_LIB =
TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) link.o ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB)
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,