diff options
Diffstat (limited to 'cad/tochnog/Makefile')
-rw-r--r-- | cad/tochnog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 49afd6f3451b..bdef57ca213d 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -76,7 +76,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/tochnog/gid/tochnog.gid/tochnog.ba* \ ${GID_PREFIX}/tochnog.gid .if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR}/test + ${MKDIR} ${EXAMPLESDIR} @${RM} -f ${WRKDIR}/tochnog/test/*.orig ${INSTALL_DATA} ${WRKDIR}/tochnog/test/* ${EXAMPLESDIR} .endif |