From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- emulators/ROMBuild/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/ROMBuild') diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index 96bfdd69c10..493ec997a1c 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= rbuild26 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= rombuild EXTRACT_CMD_OPTS.zip= -Laaqo +INSTALLATION_DIRS= bin post-extract: ${MKDIR} ${WRKSRC}/obj -- cgit v1.2.3