* configure.in: Fix typo in test for callback.c.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 4 Feb 1997 22:05:00 +0000 (22:05 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 4 Feb 1997 22:05:00 +0000 (22:05 +0000)
* configure: Regenerated.

sim/ppc/ChangeLog
sim/ppc/configure
sim/ppc/configure.in

index df1ca6292dcbf705d22d4af2dfb2ef2a311ab116..075ff3c732fb9bf4893b346e578d02a18a5dcf5d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb  4 13:42:59 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in: Fix typo in test for callback.c.
+       * configure: Regenerated.
+
 Thu Jan 30 11:23:20 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
 
        * Makefile.in (BUILT_SRC_WO_CONFIG): Change targ-vals.* to
index c960508f62c863df9d3d0c341a47f399a073e0b8..38d8d98f00e00ef8915c867a0437d2a7a56be1c0 100755 (executable)
@@ -2832,7 +2832,7 @@ fi
 
 echo $ac_n "checking for common simulator directory""... $ac_c" 1>&6
 echo "configure:2835: checking for common simulator directory" >&5
-if test -e "${srcdir}/../common/callback.c"; then
+if test -f "${srcdir}/../common/callback.c"; then
   echo "$ac_t""yes" 1>&6
   sim_callback="callback.o targ-map.o"
   sim_targ_vals="targ-vals.h targ-map.c targ-vals.def"
index d6a319f9580f226661d9ec2b5b1ac5b91801b5f0..0a033c389b515fdd331f87058a7f0808945cea99 100644 (file)
@@ -658,7 +658,7 @@ fi
 
 dnl Figure out if we are in the new Cygnus tree with a common directory or not
 AC_MSG_CHECKING(for common simulator directory)
-if test -e "${srcdir}/../common/callback.c"; then
+if test -f "${srcdir}/../common/callback.c"; then
   AC_MSG_RESULT(yes)
   sim_callback="callback.o targ-map.o"
   sim_targ_vals="targ-vals.h targ-map.c targ-vals.def"