summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-03-15 19:26:28 +0000
committermillert <millert@openbsd.org>2003-03-15 19:26:28 +0000
commitb9b7fb59cf2c17ebb843601cb3c34e84a58f88ff (patch)
treee71cf0af4306e7f8d2b03830670fba211e871ca9
parentspecifed -> specified (diff)
downloadwireguard-openbsd-b9b7fb59cf2c17ebb843601cb3c34e84a58f88ff.tar.xz
wireguard-openbsd-b9b7fb59cf2c17ebb843601cb3c34e84a58f88ff.zip
re-run configure if it changes
-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}