summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:22:48 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:22:48 +0000
commitae50540f96654b5614ece541f78b190837ddb3bc (patch)
treee5e7d921c64c134205f1b9bf5306b044b6399643
parentbb57f2be2faee7cc0510e84ca06d297d6a1f0708 (diff)
depend the tests on the test program.
-rw-r--r--regress/lib/libc/db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile
index 826b7bf8690..367fc90ce8f 100644
--- a/regress/lib/libc/db/Makefile
+++ b/regress/lib/libc/db/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/01/02 17:53:01 art Exp $
+# $OpenBSD: Makefile,v 1.7 2002/01/03 00:22:47 art Exp $
# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $
PROG= dbtest
@@ -11,7 +11,7 @@ CLEANFILES+= t1 t2 t3
DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20
.for DT in ${DBTARGETS}
-db-${DT}:
+db-${DT}: ${PROG}
sh ${.CURDIR}/run.test ${DT}
REGRESSTARGETS+=db-${DT}
.PHONY: db-${DT}