summaryrefslogtreecommitdiff
path: root/misc/posixtestsuite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/posixtestsuite/Makefile')
-rw-r--r--misc/posixtestsuite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile
index 1a8a90da9da6..7b1e67f2ed61 100644
--- a/misc/posixtestsuite/Makefile
+++ b/misc/posixtestsuite/Makefile
@@ -63,7 +63,7 @@ help: pre-everything
aclean: all
@${ECHO} "Cleaning tests tree..."
- -@(cd ${WRKSRC} && ${RM} -f ${RUN_RESULT} && ${MAKE_CMD} clean)
+ -@(cd ${WRKSRC} && ${RM} ${RUN_RESULT} && ${MAKE_CMD} clean)
rerun: all
.if defined(WITH_THRLIB)