From 2acd2fc790033556eb3a3e37d4a19641bb99b9c3 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Wed, 6 Aug 2014 09:13:25 -0700
Subject: [PATCH] Makefile fix

---
 com.oracle.truffle.r.test.native/urand/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com.oracle.truffle.r.test.native/urand/src/Makefile b/com.oracle.truffle.r.test.native/urand/src/Makefile
index cf4d81e20d..35f613ac7a 100644
--- a/com.oracle.truffle.r.test.native/urand/src/Makefile
+++ b/com.oracle.truffle.r.test.native/urand/src/Makefile
@@ -51,4 +51,4 @@ $(BIN)/%.o: %.c
 	gcc -I$(INCLUDE_DIR) -fPIC -O2 -c $< -o $@
 
 clean:
-	rm $(BIN)/*
+	rm -rf $(BIN)
-- 
GitLab