diff options
| author | christos <christos@NetBSD.org> | 2009-04-14 17:51:57 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-04-14 17:51:57 +0000 |
| commit | a920c3ef920ebbb0342b3b91387defcf830a8e6f (patch) | |
| tree | 77172b69d9015f89aadf0c79639c2039ced45697 /compat | |
| parent | 185e0d409f036c314503391e37921ea8996a7946 (diff) | |
Descend into external/lib like the regular external Makefile does, should
make objects properly.
XXX: Now we will descend into lib twice (same as the regular external Makefile
from the top level.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/Makefile b/compat/Makefile index f1b5fcd8559..2aa893a9aa9 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/14 13:24:32 abs Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/14 17:51:57 christos Exp $ # Build 32-bit compat versions of: # src/gnu/lib/libgcc4 into ${DESTDIR}/usr/lib/<32arch> @@ -19,6 +19,7 @@ SUBDIR= gnu/lib/crtstuff4 .WAIT \ lib/libc .WAIT \ lib/libutil .WAIT \ lib gnu/lib .WAIT \ + external/lib .WAIT \ libexec/ld.elf_so .endif |
