diff options
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index d6a319f..0a033c3 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" |