diff options
Diffstat (limited to 'gnu/usr.bin/sim')
| -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 |
