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 | 0f9c7e6d401e19fbde9fe1b92bb2dcce9169de9c (patch) | |
tree | 2c54ca3f04a67bf4c2eb3d1d7e5f97f86b9c2289 /devel | |
parent | 4091c315f3c9154a23f39afb66466a375dcf53f7 (diff) | |
download | pkgsrc-0f9c7e6d401e19fbde9fe1b92bb2dcce9169de9c.tar.gz |
Speed up subdir configure with -C.
Diffstat (limited to 'devel')
-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 |