* Makefile.in (RANLIB_TEST): Improve test.
authorAxel Thimm <Axel.Thimm@physik.fu-berlin.de>
Thu, 25 Mar 1999 01:07:20 +0000 (01:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 25 Mar 1999 01:07:20 +0000 (18:07 -0700)
From-SVN: r25965

gcc/ChangeLog
gcc/Makefile.in

index deba212192b0e8008544359277cf725cc9d3f1bb..d0501e97949bfe92297e5c6020db5a1c60b1f15a 100644 (file)
@@ -1,3 +1,7 @@
+Thu Mar 25 02:02:13 1999  Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
+
+       * Makefile.in (RANLIB_TEST): Improve test.
+
 Thu Mar 25 01:15:33 1999  Donn Terry  <donn@interix.com>
 
        * combine.c (force_to_mode, case PLUS): Use sign extended mask
index 93eef5e1ac14b999692c6232ab3a9483f2ca2a26..478163bf6cb7a4a5cc84e8eb1c0a3ec96c0691fd 100644 (file)
@@ -123,8 +123,7 @@ RANLIB = ranlib
 # Test to use to see whether ranlib exists on the system.
 RANLIB_TEST = \
   [ -f $(RANLIB) ] \
-  || ( [ "$(host_canonical)" = "$(target)" ] \
-       && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )
+  || [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
 
 # Compiler to use for compiling libgcc1.a.
 # OLDCC should not be the GNU C compiler,