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

Collapse All | Expand All

(-)R-2.9.0/src/modules/Makefile.in.orig (-1 / +1 lines)
Lines 24-30 Link Here
24
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
24
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
25
25
26
R: Makefile make.internet make.lapack make.vfonts
26
R: Makefile make.internet make.lapack make.vfonts
27
	@for d in "$(R_MODULES)"; do \
27
	@for d in $(R_MODULES); do \
28
	  (cd $${d} && $(MAKE) $@) || exit 1; \
28
	  (cd $${d} && $(MAKE) $@) || exit 1; \
29
	done
29
	done
30
30

Return to bug 268362