diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-30 08:58:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-30 08:58:45 +0000 |
commit | 38638406a7c918cd04378ed4d57bbf837d9b7161 (patch) | |
tree | b0867791a9a743040265e2c912dadc0325245108 /converters/trans | |
parent | "mkdir -p" -> "${MKDIR}". (diff) |
"-mkdir -p" -> "${MKDIR}".
Diffstat (limited to 'converters/trans')
-rw-r--r-- | converters/trans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/trans/Makefile b/converters/trans/Makefile index aff136df7715..94caf2f963a3 100644 --- a/converters/trans/Makefile +++ b/converters/trans/Makefile @@ -3,7 +3,7 @@ # Date created: 6 May 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/07/13 22:41:46 ache Exp $ +# $Id: Makefile,v 1.3 1996/11/27 10:58:51 ache Exp $ # DISTNAME= trans111 @@ -22,7 +22,7 @@ do-install: for i in $(ALL); do \ $(INSTALL_MAN) $$i.man ${PREFIX}/man/cat1/$$i.1; \ done - -mkdir -p ${LIBDIR}/tables ${LIBDIR}/xlt ${LIBDIR}/doc + ${MKDIR} ${LIBDIR}/tables ${LIBDIR}/xlt ${LIBDIR}/doc cd ${WRKSRC} && \ $(INSTALL_SCRIPT) checkall mkbintab mklist one iso ${LIBDIR} cd ${WRKSRC} && \ |