Fix part 3 of toolchain/23067 while adding a depend target to the

dependall and all targets which build libiberty.
Fix from mrg.
This commit is contained in:
veego 2003-10-06 21:40:32 +00:00
parent fd5c6da435
commit 982d95a75b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:38 mrg Exp $
# $NetBSD: Makefile,v 1.2 2003/10/06 21:40:32 veego Exp $
libiberty:
mkdir libiberty
@ -7,6 +7,6 @@ libiberty:
cleandir:
rm -rf libiberty
dependall all: libiberty
depend dependall all: libiberty
.include <bsd.prog.mk>