Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target in gcc/ada/Makefile.in
authorArnaud Charlet <charlet@adacore.com>
Tue, 20 May 2008 12:50:26 +0000 (12:50 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 May 2008 12:50:26 +0000 (14:50 +0200)
* Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
in gcc/ada/Makefile.in

From-SVN: r135639

gnattools/ChangeLog
gnattools/Makefile.in

index 7375dbea33b38c9e9c1b0fdd9afb53ca5db3e0a4..c9685f81db2a786022ceece74050c0c44407486a 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-20  Arnaud Charlet  <charlet@adacore.com>
+
+       * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
+       in gcc/ada/Makefile.in
+
 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
 
        PR ada/31808
index 4c50d6e1cce20c474e0f9199da9058e6ee2c608f..46da2df8ba70dbc1cf556cc10fc99ec644c8a239 100644 (file)
@@ -146,18 +146,6 @@ TOOLS_FLAGS_TO_PASS_CROSS= \
 EXTRA_GNATTOOLS = @EXTRA_GNATTOOLS@
 TOOLS_TARGET_PAIRS = @TOOLS_TARGET_PAIRS@
 
-# These are built by gnatmake, and in both native and cross configurations.
-GNATTOOLS2_FILES = \
-       ../../gnatchop$(exeext) \
-       ../../gnat$(exeext) \
-       ../../gnatkr$(exeext) \
-       ../../gnatls$(exeext) \
-       ../../gnatprep$(exeext) \
-       ../../gnatxref$(exeext) \
-       ../../gnatfind$(exeext) \
-       ../../gnatname$(exeext) \
-       ../../gnatclean$(exeext)
-
 # Makefile targets
 # ----------------
 
@@ -202,8 +190,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
          ../../gnatmake$(exeext) ../../gnatlink$(exeext)
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
-         $(TOOLS_FLAGS_TO_PASS_NATIVE) \
-         $(GNATTOOLS2_FILES)
+         $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
 
 # gnatmake/link can be built with recent gnatmake/link if they are available.
 # This is especially convenient for building cross tools or for rebuilding
@@ -215,8 +202,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib
          gnatmake-re gnatlink-re
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
-         $(TOOLS_FLAGS_TO_PASS_NATIVE) \
-         $(GNATTOOLS2_FILES)
+         $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools
 
 # For cross builds of gnattools,
 # put the host RTS dir first in the PATH to hide the default runtime
@@ -230,8 +216,7 @@ gnattools-cross: $(GCC_DIR)/stamp-tools
          gnatmake-re gnatlink-re
        # gnattools2
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
-         $(TOOLS_FLAGS_TO_PASS_CROSS) \
-         $(GNATTOOLS2_FILES)
+         $(TOOLS_FLAGS_TO_PASS_CROSS) common-tools
        # Rename cross tools to where the GCC makefile wants them when
        # installing.  FIXME: installation should be done elsewhere.
        if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \