diff options
Diffstat (limited to 'japanese/Wnn7-lib')
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index daa3f49248a5..24384071858b 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.4 1994/11/25 18:20:48 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,10 +16,7 @@ PKG_ARGS?= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ # These are necesary because this package uses a different Makefile for # building and installing etc. pre-build: - @echo "===> Building for ${DISTNAME}" @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World) -build: configure pre-build depends ${BUILD_COOKIE} - @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} pre-install: @PREFIX=${PREFIX} ${SCRIPTDIR}/pre-install |