From e46a9dd38060ef6414b4db2f15402a701e32c7b7 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 03:50:19 +0000 Subject: Create directories before installing files into them. --- math/superlu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/superlu') diff --git a/math/superlu/Makefile b/math/superlu/Makefile index dfefc00fc44..18c02690c64 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:20 jlam Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/SuperLU_3.0 BUILD_TARGET= superlulib TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING TEST_TARGET= all +INSTALLATION_DIRS= lib do-install: ${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib -- cgit v1.2.3