* Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET): Fix target name
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 1999 08:51:50 +0000 (08:51 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 1999 08:51:50 +0000 (08:51 +0000)
        substitution.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30190 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 2941248..aaa3007 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 6b91945..fd9847e 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 = \