File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ ifdef TBB_LIB
100100 mkdir -p ../inst/lib/$(ARCH_DIR); \
101101 cp $(TBB_LIB)/libtbb.so ../inst/lib/$(ARCH_DIR)/libtbb.so; \
102102 cp $(TBB_LIB)/libtbbmalloc.so ../inst/lib/$(ARCH_DIR)/libtbbmalloc.so; \
103- rm -rf ../inst/include/serial/ ../inst/include/tbb/; \
104- rm -rf ../inst/include/tbb_local/
103+ rm -Rf ../inst/include/serial/ ../inst/include/tbb/; \
104+ rm -Rf ../inst/include/tbb_local/
105105else
106106 echo "Building TBB library from source code..."; \
107107 mkdir -p ../inst/lib/$(ARCH_DIR); \
108108 cp -R ../inst/include/tbb_local/* ../inst/include/; \
109- rm -rf ../inst/include/tbb_local/; \
109+ rm -Rf ../inst/include/tbb_local/; \
110110 cd tbb/src; \
111111 if [ -n "$(shell echo $(CC) | grep clang)" ]; then \
112112 $(MAKE_CMD) stdver=@STDVER@ compiler=clang $(MAKE_ARGS); \
You can’t perform that action at this time.
0 commit comments