summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-11-03 10:32:57 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-11-03 10:32:57 +0000
commit56e90c07e01a2b4459f89684665ded17e620903f (patch)
tree3da569626cd096c25c7d53e383188dd3e143b1d2 /usr.sbin/httpd/Makefile.bsd-wrapper
parent39e5c8b2611cc6582b29b64755237484248b8cab (diff)
make sure configure is done before we try building manpages.
Diffstat (limited to 'usr.sbin/httpd/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper
index c7caae04390..c068b75cf20 100644
--- a/usr.sbin/httpd/Makefile.bsd-wrapper
+++ b/usr.sbin/httpd/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
# Build wrapper for Apache
-# $OpenBSD: Makefile.bsd-wrapper,v 1.62 2007/10/30 17:49:50 robert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.63 2007/11/03 10:32:56 espie Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -629,6 +629,8 @@ ICONFILES= \
all: ${.OBJDIR}/config.status
@cd ${.OBJDIR} && ${MAKE}
+BEFOREMAN=${.OBJDIR}/config.status
+
${.OBJDIR}/config.status : ${.OBJDIR}/config.layout
@cd ${.OBJDIR} && CC="${CC}" LD_SHLIB="${CC}" \
OPTIM="${CFLAGS} ${COPTS}" \