diff options
| author | mrg <mrg@NetBSD.org> | 2003-08-09 12:04:55 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-08-09 12:04:55 +0000 |
| commit | 032a2c7f24902d36b2bb5437e7ab4151cc84d775 (patch) | |
| tree | ad7ea001dafdb41d6f1657d27ebac072dab16a60 /gnu/usr.bin | |
| parent | b7414800d07bda53e19864cd03b7f022157caea6 (diff) | |
add dependancies "make depend" needs to know about. fixes PR#22389
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/sim/ppc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/sim/ppc/Makefile b/gnu/usr.bin/sim/ppc/Makefile index b513f3be149..8135cb07faa 100644 --- a/gnu/usr.bin/sim/ppc/Makefile +++ b/gnu/usr.bin/sim/ppc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/19 01:58:07 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/09 12:04:55 mrg Exp $ NOLINT= # defined NOPIC= # defined @@ -253,4 +253,7 @@ CLEANFILES+= igen dgen gentmap *.lo \ .c.lo: ${HOST_COMPILE.c} -o ${.TARGET} $< +corefile.c: hw.h +cpu.c: spreg.h idecode.h itable.h model.h + .PATH: ${DIST}/sim/ppc ${DIST}/sim/common |
