aboutsummaryrefslogtreecommitdiff
blob: 6136154f65a09d93336c7a4d07b37c4294d916ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fix the bind subdir parallel builds

https://bugs.gentoo.org/380717

--- a/bind/lib/export/isc/Makefile.in
+++ b/bind/lib/export/isc/Makefile.in
@@ -114,6 +114,7 @@
 		-DLIBAGE=${LIBAGE} \
 		-c ${srcdir}/version.c
 
+${OBJS}: | subdirs
 libisc.@SA@: ${OBJS}
 	${AR} ${ARFLAGS} $@ ${OBJS}
 	${RANLIB} $@