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:
parent
fd5c6da435
commit
982d95a75b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue