diff options
| author | jmc <jmc@NetBSD.org> | 2002-02-21 04:13:45 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2002-02-21 04:13:45 +0000 |
| commit | b32effcb8ed6db27bbd28b84a3bcef37281abe81 (patch) | |
| tree | 9ff7c32a11163f7fb1d3270b226bedcf1f1cf147 /gnu/usr.bin | |
| parent | f91c336c9f636d3031c9832afd4f38d1f2062023 (diff) | |
Add some more dependencies so this builds as "make all" also without
requiring a make depend first.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/sim/ppc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/sim/ppc/Makefile b/gnu/usr.bin/sim/ppc/Makefile index 56066138465..15ea61a5b01 100644 --- a/gnu/usr.bin/sim/ppc/Makefile +++ b/gnu/usr.bin/sim/ppc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2002/01/22 16:55:20 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/21 04:13:45 jmc Exp $ TOP= ${.CURDIR}/../../.. @@ -192,6 +192,8 @@ run-pk: $(PACKAGE_SRC) ${MIC} tmp-pk.h pk.h touch run-pk +pk_disklabel.o: ${PK_H} + hw_disk.c: ${PK_H} # defines portion @@ -212,7 +214,7 @@ device_table.h: hw.h filter_host.lo filter_filename.o debug.c: ppc-config.h -os_emul.c: ${IGENED_FILES} +os_emul.c: ${IGENED_FILES} ${DGENED_FILES} filter_host.c: ${DIST}/sim/ppc/filter_filename.c cp ${.ALLSRC} ${.TARGET} |
