Skip to content
Snippets Groups Projects
Commit 00197ed1 authored by Mick Jordan's avatar Mick Jordan
Browse files

native make: prevent redundant include dir copy

parent bfda5c03
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,9 @@ $(FASTR_BIN_DIR)/R: Makefile R.sh Rscript.sh Rscript_exec.sh
# overrides
cp examples-header.R examples-footer.R $(FASTR_SHARE_DIR)/R
includedir: Makefile $(TOPDIR)/include/Rinternals.h
includedir: $(FASTR_R_HOME)/include/Rinternals.h
$(FASTR_R_HOME)/include/Rinternals.h: Makefile $(TOPDIR)/include/Rinternals.h
mkdir -p $(FASTR_R_HOME)/include
cp -r $(TOPDIR)/include/* $(FASTR_R_HOME)/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment