aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-01-30 00:55:18 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-01-30 00:55:18 +0000
commit54973b801f4f6c0e6b98491eb93a9e7a42021b58 (patch)
tree1da7e80643fc1cc9b72f4e9347281e18d08ecd70 /sim/ppc/configure.in
parent9073144e40c561068250280ee30e9ecf36079605 (diff)
downloadgdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.zip
gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.gz
gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.bz2
Fix from Cagney so that new common files do not show up when using psim on old gdbs
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index daef6e2..d6a319f 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -661,9 +661,11 @@ AC_MSG_CHECKING(for common simulator directory)
if test -e "${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"
else
AC_MSG_RESULT(no)
sim_callback=""
+ sim_targ_vals=""
fi
AC_SUBST(CC_FOR_BUILD)
@@ -712,6 +714,7 @@ AC_SUBST(sim_stdio)
AC_SUBST(sim_termio)
AC_SUBST(sim_devzero)
AC_SUBST(sim_callback)
+AC_SUBST(sim_targ_vals)
AC_OUTPUT(Makefile,
[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])