View | Details | Raw Unified | Return to bug 218605
Collapse All | Expand All

(-)japanese/xdtp/Makefile (-1 / +1 lines)
Lines 63-69 Link Here
63
		 s|\([[:blank:]]\)\($${XDTPSHARE}\)|\1$${DESTDIR}\2|' \
63
		 s|\([[:blank:]]\)\($${XDTPSHARE}\)|\1$${DESTDIR}\2|' \
64
		${WRKSRC}/xsl/Makefile
64
		${WRKSRC}/xsl/Makefile
65
# Unbreak parallel builds (-jX) by calling make(1) correctly
65
# Unbreak parallel builds (-jX) by calling make(1) correctly
66
	@${REINPLACE_CMD} -E 's/cd(.+)(;| &&) (\$${MAKE})/\3 -C\1/' \
66
	@${REINPLACE_CMD} -E 's/cd(.+)(;| &&) (\$$\{MAKE})/\3 -C\1/' \
67
		${WRKSRC}/Makefile ${WRKSRC}/bin/Makefile \
67
		${WRKSRC}/Makefile ${WRKSRC}/bin/Makefile \
68
		${WRKSRC}/java/Makefile ${WRKSRC}/misc/Makefile
68
		${WRKSRC}/java/Makefile ${WRKSRC}/misc/Makefile
69
69

Return to bug 218605