diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 12:43:31 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 12:43:31 +0000 |
commit | c95d08a8d6f4256eab674aedd92d1c8736f5b9ae (patch) | |
tree | 5face4986342ff9cc448490e63e704a2a71305f8 /sim/common/Make-common.in | |
parent | 4b364b00cfb153d2371dc0b9f74d29dec432dbb6 (diff) | |
download | gdb-c95d08a8d6f4256eab674aedd92d1c8736f5b9ae.zip gdb-c95d08a8d6f4256eab674aedd92d1c8736f5b9ae.tar.gz gdb-c95d08a8d6f4256eab674aedd92d1c8736f5b9ae.tar.bz2 |
* Make-common.in (nrun.o): Add rule for.
* nrun.c: New file.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 6c7ef6d..e4bdde6 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -268,6 +268,9 @@ sim-utils.o: $(srcdir)/../common/sim-utils.c $(sim_main_headers) \ sim-load.o: $(srcdir)/../common/sim-load.c $(CC) -c $(srcdir)/../common/sim-load.c $(ALL_CFLAGS) +nrun.o: $(srcdir)/../common/nrun.c config.h tconfig.h \ + $(srcroot)/include/callback.h $(sim_main_headers) + $(CC) -c $(srcdir)/../common/nrun.c $(ALL_CFLAGS) install: install-common $(SIM_EXTRA_INSTALL) |