diff options
author | flipk <flipk@cvs.openbsd.org> | 1997-09-05 19:53:24 +0000 |
---|---|---|
committer | flipk <flipk@cvs.openbsd.org> | 1997-09-05 19:53:24 +0000 |
commit | 93e281cf78b7933772ba0a44023fa320af362ad8 (patch) | |
tree | 2eb62bc2e35fd9af65feb07a550dc675b14e218b /gnu/usr.bin | |
parent | 8684f65878098269cf4d5dfe55fff24ad2a5e497 (diff) |
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.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> |