diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/ltm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 7cdcb222afb..e65299995bb 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/12/02 22:30:35 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= ltm-0.39 @@ -17,7 +17,7 @@ MAKE_FILE= makefile BUILD_TARGET= default USE_TOOLS+= gmake -INSTALLATION_DIRS_FROM_PLIST=yes +AUTO_MKDIRS= yes do-install: ${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include |