diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-21 09:32:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-21 09:32:45 +0000 |
commit | 0003cb29e04e9bd957a23ec1ed4c7f6dece22206 (patch) | |
tree | 94583b83be73bdf03574d6e391809bab689c47e1 /lang/moscow_ml | |
parent | Remove restrictions, the license seems to be liberal enough. (diff) |
Typo typo (no, not my fault!).
Notes
Notes:
svn path=/head/; revision=4620
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 4b6d5e13ea27..a0dba0c1e7ed 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1996 # Whom: chuckr # -# $Id: Makefile,v 1.5 1996/10/11 18:58:01 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:18:45 obrien Exp $ # DISTNAME= mos14src @@ -27,7 +27,7 @@ post-install: (cd ${WRKDIR}/mosml/examples; \ ${INSTALL_DATA} README ${PREFIX}/moscow_ml/examples; \ for sdirs in manual mls helpsigs calc pretty lexyacc;do \ - ${MKDRI} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ + ${MKDIR} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ for file in $${sdirs}/*;do \ ${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/examples/$${sdirs}; \ done; done;) |