diff options
Diffstat (limited to 'lang/asis/Makefile')
-rw-r--r-- | lang/asis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/asis/Makefile b/lang/asis/Makefile index 54220ad0b23d..abd44ae3043b 100644 --- a/lang/asis/Makefile +++ b/lang/asis/Makefile @@ -33,7 +33,7 @@ post-extract: ${WRKSRC}/Makefile \ ${WRKSRC}/Makefile.stub \ ${WRKSRC}/common.gpr - @${RM} -rf ${WRKSRC}/gnat + @${RM} -r ${WRKSRC}/gnat do-build: # This target is recreated because -j cannot be set, but |