diff options
| author | veego <veego@NetBSD.org> | 2003-10-06 21:40:32 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 2003-10-06 21:40:32 +0000 |
| commit | 982d95a75b4914dc6397bfdb0567286985ad4a35 (patch) | |
| tree | 98b1b6a92e5248a59ab8d3382715cbd1a9a7d1eb /gnu | |
| parent | fd5c6da4356796d01996909a25c4568446871df6 (diff) | |
Fix part 3 of toolchain/23067 while adding a depend target to the
dependall and all targets which build libiberty.
Fix from mrg.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gcc3/host-libiberty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc3/host-libiberty/Makefile b/gnu/usr.bin/gcc3/host-libiberty/Makefile index 35867c94031..9c1f0ecf57b 100644 --- a/gnu/usr.bin/gcc3/host-libiberty/Makefile +++ b/gnu/usr.bin/gcc3/host-libiberty/Makefile @@ -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> |
