From e41fe94771fd79d4d72566cf8d09185fcdbb22c4 Mon Sep 17 00:00:00 2001 From: stepan <stepan.sindelar@oracle.com> Date: Fri, 14 Jul 2017 12:18:57 +0200 Subject: [PATCH] Fix "managed" build (2) --- com.oracle.truffle.r.native/library/base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.oracle.truffle.r.native/library/base/Makefile b/com.oracle.truffle.r.native/library/base/Makefile index dc4c7e5456..1609a5e864 100644 --- a/com.oracle.truffle.r.native/library/base/Makefile +++ b/com.oracle.truffle.r.native/library/base/Makefile @@ -52,7 +52,7 @@ post.done: # rebuild GNU R in compressed mode (cd $(GNUR_HOME); $(MAKE)) touch post.done - find $(FASTR_LIBRARY_DIR)/base -type f -exec touch {} + + find $(FASTR_LIBRARY_DIR)/base -exec touch {} + clean.done: rm -f post.done pre.done -- GitLab