update R-3.5.2

This commit is contained in:
Ertuğrul Erata
2018-12-23 23:51:40 +03:00
parent 0d7d774a9a
commit 493bea286f
8 changed files with 46 additions and 117 deletions
@@ -0,0 +1,11 @@
--- a/src/include/Makefile.in 2017-07-05 23:09:09.682703655 +0000
+++ b/src/include/Makefile.in 2017-07-05 23:06:56.533612308 +0000
@@ -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