diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-04-30 21:45:02 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-04-30 21:45:02 +0000 |
commit | a0c7a9cd5ad7ba2d2f8619dc6e707e07ad25148c (patch) | |
tree | 07865794a34343fd5cd85c3343638941d8e8707f | |
parent | 124451034d49834b21789b29ad00955c783b18f5 (diff) |
disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed by millert@. -moj
-rw-r--r-- | gnu/usr.bin/lynx/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper index 758bd788e0f..bfab1af3f1e 100644 --- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper +++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2000/04/21 18:53:15 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/04/30 21:45:01 maja Exp $ MAN= lynx.1 COPTS+= -DUSE_SSL @@ -45,7 +45,7 @@ config: .FORCE PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ ${GNUCFLAGS} \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ - sh ${.CURDIR}/configure --prefix=/usr --libdir=/etc ${CF} + sh ${.CURDIR}/configure --prefix=/usr --libdir=/etc config.status: PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ |