Makefile.in (AR_FOR_TARGET, [...]): Fix target name substitution.
authorMarc Espie <espie@cvs.openbsd.org>
Tue, 26 Oct 1999 08:51:50 +0000 (08:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 Oct 1999 08:51:50 +0000 (02:51 -0600)
        * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
        substitution.

From-SVN: r30190

gcc/ChangeLog
gcc/Makefile.in

index 294124828050e546b6fe769eaaca43d72b7c74c0..aaa30074bbdd41b1325cb1933fa31bdf7da4a65e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
+
+       * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name 
+       substitution.
+
 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * tree.h (BLOCK_TYPE_TAGS): Remove.
index 6b9194595227b11aef9c600294fe11e5caa4d929..fd9847e5653cebf5cbac6652522c9beb3b8eb28a 100644 (file)
@@ -187,7 +187,7 @@ AR_FOR_TARGET = ` \
     if [ "$(host_canonical)" = "$(target)" ] ; then \
       echo ar; \
     else \
-       t='$(program_transform_name)'; echo ar | sed -e $$t ; \
+       t='$(program_transform_cross_name)'; echo ar | sed -e $$t ; \
     fi; \
   fi`
 AR_FLAGS_FOR_TARGET = rc
@@ -198,7 +198,7 @@ RANLIB_FOR_TARGET = ` \
     if [ "$(host_canonical)" = "$(target)" ] ; then \
       echo ranlib; \
     else \
-       t='$(program_transform_name)'; echo ranlib | sed -e $$t ; \
+       t='$(program_transform_cross_name)'; echo ranlib | sed -e $$t ; \
     fi; \
   fi`
 RANLIB_TEST_FOR_TARGET = \