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

(-)Makefile.in.orig (-1 / +2 lines)
Lines 767-773 Link Here
767
	case $(do) in \
767
	case $(do) in \
768
	all) \
768
	all) \
769
	cd $@; \
769
	cd $@; \
770
	test -f Makefile || $(SHELL) $$srcdir/configure ; \
770
	args=`$(top_builddir)/config.status --config`; \
771
	test -f Makefile || eval $$srcdir/configure "$$args" --srcdir=$$srcdir; \
771
	$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
772
	$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
772
	esac
773
	esac
773
774

Return to bug 363647