diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 21:42:27 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 21:42:27 +0000 |
commit | 19c5af72af453ea3e65148392b19cf435505386f (patch) | |
tree | cc480df98214df96d4fc3520d35d87e5bcf64f19 /sim/mips/Makefile.in | |
parent | 2dffd20a0cc3155630d925961b0e663a16040f00 (diff) | |
download | gdb-19c5af72af453ea3e65148392b19cf435505386f.zip gdb-19c5af72af453ea3e65148392b19cf435505386f.tar.gz gdb-19c5af72af453ea3e65148392b19cf435505386f.tar.bz2 |
* Makefile.in (@COMMON_MAKEFILE_FRAG): Use
COMMON_{PRE,POST}_CONFIG_FRAG instead.
* configure.in: sinclude ../common/aclocal.m4.
* configure: Regenerated.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index ffac389..31ef4f5 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -1,13 +1,15 @@ # Makefile template for Configure for the MIPS simulator. # Written by Cygnus Support. +## COMMON_PRE_CONFIG_FRAG + SIM_OBJS = interp.o # FIXME: Hack to find syscall.h? Better support for syscall.h # is in progress. SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/idt SIM_EXTRA_CLEAN = clean-extra -@COMMON_MAKEFILE_FRAG@ +## COMMON_POST_CONFIG_FRAG interp.o: interp.c engine.c support.h config.h |