aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 22:05:00 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 22:05:00 +0000
commitcef84fb39401b66e359654c661371d2491e5c7d9 (patch)
tree592760bbc18aff0946f32f9b97f25bf1b9597fe5 /sim/ppc/configure
parent6389d8561c962dfb781bb59083ce68a5e76b7843 (diff)
downloadgdb-cef84fb39401b66e359654c661371d2491e5c7d9.zip
gdb-cef84fb39401b66e359654c661371d2491e5c7d9.tar.gz
gdb-cef84fb39401b66e359654c661371d2491e5c7d9.tar.bz2
* configure.in: Fix typo in test for callback.c.
* configure: Regenerated.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-xsim/ppc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure
index c960508..38d8d98 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"