Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308477 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in.orig (-1 / +1 lines)
Lines 287-293 Link Here
287
	### ucontext.h
287
	### ucontext.h
288
288
289
ifneq ($(findstring install,$(MAKECMDGOALS)),)
289
ifneq ($(findstring install,$(MAKECMDGOALS)),)
290
$(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR) $(addprefix $(PREFIX)$(DEVEL_PREFIX),include lib):
290
$(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR) $(addprefix $(PREFIX)$(DEVEL_PREFIX),include $(MULTILIB_DIR)):
291
	$(do_mkdir)
291
	$(do_mkdir)
292
endif
292
endif
293
293

Return to bug 308477