make dependall -> make depend && make for distrib/notes.

XXX: make dependall should work; need investigation.
This commit is contained in:
minoura 2001-12-18 13:15:38 +00:00
parent 214499d236
commit 3f711e3b68
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.11 2001/12/07 06:59:20 minoura Exp $
# $NetBSD: Makefile.inc,v 1.12 2001/12/18 13:15:38 minoura Exp $
#
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
#
@ -16,7 +16,7 @@ snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib/notes && ${MAKE} dependall
cd ${.CURDIR}/../distrib/notes && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} dependall
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release