diff options
author | tv <tv@pkgsrc.org> | 2004-10-14 16:15:26 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-14 16:15:26 +0000 |
commit | 511097672fcad5517900b4dee521d81b1a89efcc (patch) | |
tree | 2c54ca3f04a67bf4c2eb3d1d7e5f97f86b9c2289 /devel/libtool | |
parent | a92819e0f46c912433e01dbded39545343f078aa (diff) | |
download | pkgsrc-511097672fcad5517900b4dee521d81b1a89efcc.tar.gz |
Speed up subdir configure with -C.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index c2dd2ea72c5..396b27a100c 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2004/10/03 00:13:31 tv Exp $ +# $NetBSD: Makefile.common,v 1.54 2004/10/14 16:15:26 tv Exp $ # DISTNAME= libtool-1.5.10 @@ -20,3 +20,5 @@ FILESDIR= ${.CURDIR}/../libtool/files PATCHDIR= ${.CURDIR}/../libtool/patches AUTOMAKE_OVERRIDE= NO + +CONFIGURE_ARGS+= -C # autoconf cache speedup |