From 3262cce303b354dfda0c0b11bbbda803a827665b Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:42:41 +0000 Subject: expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR} --- japanese/tk42/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/tk42') 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} -- cgit v1.2.3