From 93e281cf78b7933772ba0a44023fa320af362ad8 Mon Sep 17 00:00:00 2001 From: flipk Date: Fri, 5 Sep 1997 19:53:24 +0000 Subject: after configure, call "make all-recursive" instead of "make" -- this short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree. --- gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index e862b0c5a96..f18daf36229 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1997/08/18 14:35:49 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1997/09/05 19:53:23 flipk Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -9,7 +9,7 @@ NOMAN= # info.1 manpage passed into obsolescence SUBDIRS= intl lib info makeinfo po util doc GNUCFLAGS= CFLAGS="${CFLAGS}" FSFMAKE= ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ - ${INFOPATH} + ${INFOPATH} all-recursive .include -- cgit v1.2.3