From 54973b801f4f6c0e6b98491eb93a9e7a42021b58 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 30 Jan 1997 00:55:18 +0000 Subject: Fix from Cagney so that new common files do not show up when using psim on old gdbs --- sim/ppc/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/ppc/configure.in') 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]) -- cgit v1.1