diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:32:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:32:57 +0000 |
commit | 56e90c07e01a2b4459f89684665ded17e620903f (patch) | |
tree | 3da569626cd096c25c7d53e383188dd3e143b1d2 /gnu | |
parent | 39e5c8b2611cc6582b29b64755237484248b8cab (diff) |
make sure configure is done before we try building manpages.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index be74ec7973b..897821374b9 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2006/07/12 23:00:07 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.47 2007/11/03 10:32:56 espie Exp $ .include <bsd.own.mk> @@ -55,6 +55,7 @@ maninstall: @echo NOMAN is set .endif +BEFOREMAN=config.status install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ infodir=/usr/share/info \ |