From ac801679ab1b977ba0666e3b9cd781406d87a148 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 5 Dec 1996 10:59:49 +0000 Subject: Use ${MKDIR} and ${INSTALL_DATA} instead of mkdir and cp. Now can install twice (because ${MKDIR} never fails because of existing dirs). --- emulators/ines/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/ines') diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 6133bc6571f9..f0586242b163 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 16:53:43 erich Exp $ # DISTNAME= NES @@ -21,8 +21,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm - @mkdir ${PREFIX}/share/ines - @cp ${WRKSRC}/iNES.doc ${PREFIX}/share/ines + @${MKDIR} ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines .include -- cgit v1.2.3