]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/19959 (Can't compile gnattools for the cross targets)
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Mar 2005 08:56:55 +0000 (10:56 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Mar 2005 08:56:55 +0000 (10:56 +0200)
PR ada/19959
* Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib

From-SVN: r97251

gnattools/Makefile.in

index fcd59ce74695e5f680f1bb721a465798a5e21003..3a1a0544271be0a246eb6336e35e20383b19e11d 100644 (file)
@@ -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="" \