From cef84fb39401b66e359654c661371d2491e5c7d9 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 4 Feb 1997 22:05:00 +0000 Subject: [PATCH] * configure.in: Fix typo in test for callback.c. * configure: Regenerated. --- sim/ppc/ChangeLog | 5 +++++ sim/ppc/configure | 2 +- sim/ppc/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index df1ca6292d..075ff3c732 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 4 13:42:59 1997 Doug Evans + + * configure.in: Fix typo in test for callback.c. + * configure: Regenerated. + Thu Jan 30 11:23:20 1997 Andrew Cagney * Makefile.in (BUILT_SRC_WO_CONFIG): Change targ-vals.* to diff --git a/sim/ppc/configure b/sim/ppc/configure index c960508f62..38d8d98f00 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -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" diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index d6a319f958..0a033c389b 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -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"