diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Wnn6/Makefile | 8 | ||||
-rw-r--r-- | japanese/edict-utf-8/Makefile | 8 | ||||
-rw-r--r-- | japanese/edict/Makefile | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index 0a2fa11..067b799 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1997 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # -# $Id: Makefile,v 1.23 1999/05/01 04:00:20 taoka Exp $ +# $Id: Makefile,v 1.24 1999/08/09 06:22:14 taoka Exp $ # DISTNAME= OMRONWnn6 @@ -49,7 +49,7 @@ pre-extract:: ${ECHO} "For example:"; \ ${ECHO} " make MOUNT_PT=/mnt MOUNT_DEV=/dev/cd0c"; \ ${ECHO} "###########################################################"; \ - /usr/bin/false; \ + ${FALSE}; \ ;; \ *) \ ${ECHO} "Now mounting the CD-ROM ..."; \ @@ -61,7 +61,7 @@ pre-extract:: ${ECHO} "${MOUNT_PT} is busy"; \ ${ECHO} "Please 'umount ${MOUNT_PT}'"; \ ${ECHO} "##################################################"; \ - /usr/bin/false; \ + ${FALSE}; \ fi; \ done @/sbin/mount_cd9660 ${MOUNT_DEV} ${MOUNT_PT} @@ -75,7 +75,7 @@ pre-extract:: ${ECHO} "!! Note that 'Wnn6 for Linux/FreeBSD' is an old version !!"; \ /sbin/umount ${MOUNT_PT}; \ ${ECHO} "Umounting is done ..."; \ - /usr/bin/false; \ + ${FALSE}; \ fi post-extract: diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index a917f77..476a431 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Jonathan Hanna # -# $Id: Makefile,v 1.6 1999/08/22 18:58:29 mharo Exp $ +# $Id: Makefile,v 1.7 1999/08/22 23:32:40 mharo Exp $ # DISTNAME= edict-19990714 @@ -77,7 +77,7 @@ do-install: instfile=`${BASENAME} $$file .gz` ; \ if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ @@ -86,7 +86,7 @@ do-install: instfile=`${BASENAME} $$file .Z` ; \ if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ @@ -95,7 +95,7 @@ do-install: instfile=`${BASENAME} $$file .zip` ; \ if unzip -o ${_DISTDIR}/$$file $$instfile -d ${DATADIR} ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index a917f77..476a431 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Jonathan Hanna # -# $Id: Makefile,v 1.6 1999/08/22 18:58:29 mharo Exp $ +# $Id: Makefile,v 1.7 1999/08/22 23:32:40 mharo Exp $ # DISTNAME= edict-19990714 @@ -77,7 +77,7 @@ do-install: instfile=`${BASENAME} $$file .gz` ; \ if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ @@ -86,7 +86,7 @@ do-install: instfile=`${BASENAME} $$file .Z` ; \ if ${GZIP_CMD} -cd ${_DISTDIR}/$$file > ${DATADIR}/$$instfile ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ @@ -95,7 +95,7 @@ do-install: instfile=`${BASENAME} $$file .zip` ; \ if unzip -o ${_DISTDIR}/$$file $$instfile -d ${DATADIR} ; \ then \ - true ; \ + ${TRUE} ; \ else \ exit 1; \ fi \ |