diff options
Diffstat (limited to 'lang/beignet/Makefile')
-rw-r--r-- | lang/beignet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/beignet/Makefile b/lang/beignet/Makefile index 3c2391e9618a..0ffc834e1cd4 100644 --- a/lang/beignet/Makefile +++ b/lang/beignet/Makefile @@ -51,7 +51,7 @@ post-patch: ${WRKSRC}/CMakeLists.txt post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/include/CL + @${RM} -r ${STAGEDIR}${PREFIX}/include/CL #post-install-TESTS-on: # @cd ${WRKSRC}/utests && sh ./setenv.sh && ./utest_run |