Module Name:    src
Committed By:   christos
Date:           Tue Apr 14 17:51:57 UTC 2009

Modified Files:
        src/compat: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/compat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/Makefile
diff -u src/compat/Makefile:1.2 src/compat/Makefile:1.3
--- src/compat/Makefile:1.2	Sat Feb 14 08:24:32 2009
+++ src/compat/Makefile	Tue Apr 14 13:51:57 2009
@@ -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 @@
 	lib/libc .WAIT \
 	lib/libutil .WAIT \
 	lib gnu/lib .WAIT \
+	external/lib .WAIT \
 	libexec/ld.elf_so
 .endif
 

Reply via email to