diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
commit | b2122dc141c0f564a99477ddb15cdd9e5e457814 (patch) | |
tree | 7c51fa583048b51c346dc4cd40d81b805be8c8ac /distrib/mvme68k | |
parent | 5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff) |
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/mvme68k')
-rw-r--r-- | distrib/mvme68k/ramdisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/mvme68k/ramdisk/Makefile b/distrib/mvme68k/ramdisk/Makefile index a6cd7598da3..c6cc5bf823f 100644 --- a/distrib/mvme68k/ramdisk/Makefile +++ b/distrib/mvme68k/ramdisk/Makefile @@ -54,7 +54,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/mvme68k/conf && config MINIROOT cd ${.CURDIR}/../../../sys/arch/mvme68k/compile/MINIROOT && \ - make clean && make depend && make + make clean && make cp ${.CURDIR}/../../../sys/arch/mvme68k/compile/MINIROOT/bsd bsd ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown |