summaryrefslogtreecommitdiff
path: root/examples/hello_dictd/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_dictd/test.mk')
-rw-r--r--examples/hello_dictd/test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_dictd/test.mk b/examples/hello_dictd/test.mk
index 0ccfb4e..2ec6e83 100644
--- a/examples/hello_dictd/test.mk
+++ b/examples/hello_dictd/test.mk
@@ -64,7 +64,7 @@ test_output :
${MAKE} ${MAKEFLAGS} distclean > /dev/null; \
find ${.OBJDIR} -type f -o -type l | \
mkc_test_helper "${PREFIX}" "${.OBJDIR}"; \
- rm -rf ${.OBJDIR}${PREFIX} ${.OBJDIR}/usr; \
+ rm -rf ${.OBJDIR}${PREFIX} ${.OBJDIR}/usr ${.OBJDIR}/home; \
echo =========== MKOBJDIRS=auto ============; \
env TARGETS=fake ${MAKE} ${MAKEFLAGS} fake \
MKCHECKS=no MAKEOBJDIRPREFIX=${.OBJDIR}/obj1 > /dev/null; \