From 9ecbc8f49fcaf0a5864df7b07ead3369ccf9c07b Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 30 Mar 2005 10:56:55 +0200 Subject: re PR ada/19959 (Can't compile gnattools for the cross targets) PR ada/19959 * Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib From-SVN: r97251 --- gnattools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index fcd59ce7469..3a1a0544271 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -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="" \ -- cgit v1.2.1