Skip to content
Snippets Groups Projects
Commit 64fcbfa0 authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-2798] Fix "managed" build (2).

parents ea5a68e4 e41fe947
Branches
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ post.done: ...@@ -52,7 +52,7 @@ post.done:
# rebuild GNU R in compressed mode # rebuild GNU R in compressed mode
(cd $(GNUR_HOME); $(MAKE)) (cd $(GNUR_HOME); $(MAKE))
touch post.done touch post.done
find $(FASTR_LIBRARY_DIR)/base -type f -exec touch {} + find $(FASTR_LIBRARY_DIR)/base -exec touch {} +
clean.done: clean.done:
rm -f post.done pre.done rm -f post.done pre.done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment