summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-02-22 23:31:11 +0000
committerart <art@openbsd.org>2002-02-22 23:31:11 +0000
commit19806625e606ff60847c34c680cb1244f4132a81 (patch)
tree33b7f3d36918cb9018301576f05ee1a89d6dbf67
parentSwitch mvme68k to pmap_motorola again. (diff)
downloadwireguard-openbsd-19806625e606ff60847c34c680cb1244f4132a81.tar.xz
wireguard-openbsd-19806625e606ff60847c34c680cb1244f4132a81.zip
Change the regression-tests target to do depend before running regress.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 858cfe20672..201719b59db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.82 2002/01/03 02:19:20 art Exp $
+# $OpenBSD: Makefile,v 1.83 2002/02/22 23:31:11 art Exp $
#
# For more information on building in tricky environments, please see
@@ -53,7 +53,7 @@ SUBDIR+= distrib regress
.if exists(regress)
regression-tests:
@echo Running regression tests...
- @cd ${.CURDIR}/regress && exec ${MAKE} regress
+ @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
.endif
includes: