public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gnattools] Fix PR 19959
@ 2005-03-30  9:20 Arnaud Charlet
  0 siblings, 0 replies; only message in thread
From: Arnaud Charlet @ 2005-03-30  9:20 UTC (permalink / raw)
  To: gcc-patches

In the case of cross gnattools, there is no dependency on gnatlib,
as shown by this PR, adding one can even cause trouble.

2005-03-30  Arnaud Charlet  <charlet@adacore.com>

	PR ada/19959

	* Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib

Arno
--
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gnattools/Makefile.in,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.in
--- Makefile.in	9 Mar 2005 09:49:09 -0000	1.3
+++ Makefile.in	30 Mar 2005 08:54:55 -0000
@@ -225,7 +225,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib
 # files that are among the sources
 # FIXME: This should be done in configure.
 RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
-gnattools-cross: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
+gnattools-cross: $(GCC_DIR)/stamp-tools
 	# gnattools1-re
 	$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
 	  $(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-30  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30  9:20 [gnattools] Fix PR 19959 Arnaud Charlet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).