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

(-)src/include/Makefile.in.orig (-1 / +1 lines)
Lines 81-87 Link Here
81
Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
81
Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
82
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
82
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
83
83
84
install: installdirs install-intl-@USE_INCLUDED_LIBINTL@
84
install: $(OBJ_HEADERS) installdirs install-intl-@USE_INCLUDED_LIBINTL@
85
	@for d in $(SUBDIRS); do \
85
	@for d in $(SUBDIRS); do \
86
	  (cd $${d} && $(MAKE) $@) || exit 1; \
86
	  (cd $${d} && $(MAKE) $@) || exit 1; \
87
	done
87
	done

Return to bug 322965