* Make-common.in (sim-io.o): Depend on targ-vals.h.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Dec 2000 17:47:20 +0000 (17:47 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Dec 2000 17:47:20 +0000 (17:47 +0000)
sim/common/ChangeLog
sim/common/Make-common.in

index 1cbbf36e3bb71ebfc37f07b0ed1aa88bb6018e15..dd8893085e5ca49c9ca550297deb5eabaf8860f9 100644 (file)
@@ -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
index eb65825ff2841408d4a84578f1624141fed4e760..f37d03f506f1934fcd407851e82e345f1f7ad9be 100644 (file)
@@ -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) \
This page took 0.030007 seconds and 4 git commands to generate.