diff options
Diffstat (limited to 'japanese/tk42/Makefile')
-rw-r--r-- | japanese/tk42/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index 1589ffa5d879..d27b01e00027 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -44,7 +44,7 @@ post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} pre-build: - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} && rm -f *.o + cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} && ${RM} -f *.o pre-install: ${MKDIR} ${PREFIX}/lib/tk${VERSION} |