mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
12 lines
415 B
Diff
12 lines
415 B
Diff
--- a/src/include/Makefile.in
|
|
+++ b/src/include/Makefile.in
|
|
@@ -81,7 +81,7 @@
|
|
Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
|
|
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
|
-install: installdirs install-intl-@USE_INCLUDED_LIBINTL@
|
|
+install: $(OBJ_HEADERS) installdirs install-intl-@USE_INCLUDED_LIBINTL@
|
|
@for d in $(SUBDIRS); do \
|
|
(cd $${d} && $(MAKE) $@) || exit 1; \
|
|
done
|