* Make-common.in (sim-io.o): Depend on targ-vals.h.
This commit is contained in:
parent
09295b5730
commit
b6f6b44d62
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-12-27 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* Make-common.in (sim-io.o): Depend on targ-vals.h.
|
||||
|
||||
2000-12-23 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* cgen-trace.c (trace_result): Handle 'f' type operands; output
|
||||
|
|
|
@ -424,7 +424,7 @@ sim-inline.c: $(srccom)/sim-inline.c
|
|||
$(SHELL) $(srcdir)/../../move-if-change tmp-$@ $@
|
||||
|
||||
sim-io.o: $(srccom)/sim-io.c $(sim_main_headers) $(sim-io_h) \
|
||||
$(srcroot)/include/remote-sim.h
|
||||
$(srcroot)/include/remote-sim.h targ-vals.h
|
||||
$(CC) -c $(srccom)/sim-io.c $(ALL_CFLAGS)
|
||||
|
||||
sim-memopt.o: $(srccom)/sim-memopt.c $(sim_main_headers) \
|
||||
|
|
Loading…
Reference in a new issue