Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178378
Collapse All | Expand All

(-)/usr/lib/portage/bin/ebuild.sh (-1 / +1 lines)
Lines 638-644 Link Here
638
}
638
}
639
639
640
src_compile() {
640
src_compile() {
641
	if [ -x ./configure ]; then
641
	if [ -x ${ECONF_SOURCE:-.}/configure ]; then
642
		econf
642
		econf
643
	fi
643
	fi
644
	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
644
	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then

Return to bug 178378