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

(-)emulators/qemu-devel/Makefile (-1 / +1 lines)
Lines 193-199 post-configure: Link Here
193
.endif
197
.endif
194
198
195
post-build:
199
post-build:
196
	@(cd ${WRKDIR}/sgabios-read-only && ${GMAKE})
200
	@${MAKE_ENV} ${GMAKE} -C${WRKDIR}/sgabios-read-only
197
201
198
post-install:
202
post-install:
199
.if !defined(NOPORTDOCS)
203
.if !defined(NOPORTDOCS)

Return to bug 161855