diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
commit | 8b4513c505a8a73ad3e700d12d97ba13fd888317 (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /devel/libtool/Makefile.common | |
parent | fba1210466a8755cb12c7bb646726733ca828481 (diff) | |
download | pkgsrc-8b4513c505a8a73ad3e700d12d97ba13fd888317.tar.gz |
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r-- | devel/libtool/Makefile.common | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index b98a8736ed3..ac6f7e65372 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2004/02/08 11:21:58 skrll Exp $ +# $NetBSD: Makefile.common,v 1.45 2004/02/14 15:29:15 jlam Exp $ # DISTNAME= libtool-1.5.2 @@ -20,11 +20,4 @@ DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo FILESDIR= ${.CURDIR}/../libtool/files PATCHDIR= ${.CURDIR}/../libtool/patches -CONFIG_GUESS_OVERRIDE= \ - ${WRKSRC}/config.guess \ - ${WRKSRC}/libltdl/config.guess - -CONFIG_SUB_OVERRIDE= \ - ${WRKSRC}/config.sub \ - ${WRKSRC}/libltdl/config.sub AUTOMAKE_OVERRIDE= NO |