summaryrefslogtreecommitdiff
path: root/r/R-4.2.2-parallel-rmath-h-install.patch
blob: 756ec8ff5428845a2522acdc4b0df0953888fc8f (plain)
    1 From ee1428e77095e52a7396fa7b455f63b7c5b9495b Mon Sep 17 00:00:00 2001
    2 From: kalibera <kalibera@00db46b3-68df-0310-9c12-caf00c1e9a41>
    3 Date: Tue, 27 Dec 2022 11:21:33 +0000
    4 Subject: [PATCH] Declare dependency to ensure include dir exists (PR#17743).
    5 
    6 git-svn-id: https://svn.r-project.org/R/trunk@83504 00db46b3-68df-0310-9c12-caf00c1e9a41
    7 ---
    8  src/nmath/standalone/Makefile.in | 2 +-
    9  1 file changed, 1 insertion(+), 1 deletion(-)
   10 
   11 diff --git a/src/nmath/standalone/Makefile.in b/src/nmath/standalone/Makefile.in
   12 index 68b45006155..946795a0439 100644
   13 --- a/src/nmath/standalone/Makefile.in
   14 +++ b/src/nmath/standalone/Makefile.in
   15 @@ -151,7 +151,7 @@ install-strip: installdirs install-header install-pc
   16  	fi
   17  	@!(test -f libRmath.a) || $(SHELL) $(top_srcdir)/tools/copy-if-change libRmath.a $(DESTDIR)$(libdir)/libRmath.a
   18  
   19 -install-header:
   20 +install-header: installdirs
   21  	@(cd ../../include; $(MAKE) Rmath.h)
   22  @WANT_R_FRAMEWORK_FALSE@	@$(SHELL) $(top_srcdir)/tools/copy-if-change ../../include/Rmath.h $(DESTDIR)$(includedir)/Rmath.h
   23  @WANT_R_FRAMEWORK_TRUE@	@$(SHELL) $(top_srcdir)/tools/copy-if-change ../../include/Rmath.h $(R_FRAMEWORK_DIR)/Versions/$(FW_VERSION)/Resources/include/Rmath.h

Generated by cgit