diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-15 19:57:10 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-15 19:57:10 +0000 |
commit | d4424adaef11212e113de58b2557aa4810c41840 (patch) | |
tree | 358c480b5a4c5c7a79d7985b7caf12b0b48dfe5a /sim/d10v/Makefile.in | |
parent | 3ed30d29c615edca09467def7656d3e87cd722b7 (diff) | |
download | gdb-d4424adaef11212e113de58b2557aa4810c41840.zip gdb-d4424adaef11212e113de58b2557aa4810c41840.tar.gz gdb-d4424adaef11212e113de58b2557aa4810c41840.tar.bz2 |
* Makefile.in (simops.o): Add simops.h to dependency list.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 8ed219f..82d7e11 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -48,6 +48,6 @@ clean-extra: rm -f table.c simops.h gencode interp.o: interp.c table.c $(INCLUDE) -simops.o: simops.c $(INCLUDE) +simops.o: simops.c simops.h $(INCLUDE) endian.o: endian.c $(INCLUDE) table.o: table.c |