summaryrefslogtreecommitdiff
path: root/usr.bin/sudo
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-03-15 19:26:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-03-15 19:26:29 +0000
commit2f9283e4238082c559aa6165d1e4b46aaeb49110 (patch)
tree6559b290328f29d124ff1757798b470b58400c9e /usr.bin/sudo
parentc31e5e5bcf7bf7de0db1e46e17e91140609098bd (diff)
re-run configure if it changes
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r--usr.bin/sudo/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/Makefile.bsd-wrapper b/usr.bin/sudo/Makefile.bsd-wrapper
index f73affc94ec..3d7e184be98 100644
--- a/usr.bin/sudo/Makefile.bsd-wrapper
+++ b/usr.bin/sudo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2002/04/26 16:04:24 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2003/03/15 19:26:28 millert Exp $
MAN= sudo.8 sudoers.5 visudo.8
BINOWN= root
@@ -39,7 +39,7 @@ config: .FORCE
CONFIG_FILES="Makefile config.h pathnames.h" \
${XCFLAGS} sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}
-config.status:
+config.status: configure
PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
CONFIG_FILES="Makefile config.h pathnames.h" \
${XCFLAGS} sh ${.CURDIR}/configure ${CONFIGURE_OPTS} ${CF}