summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2001-02-04 14:44:01 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2001-02-04 14:44:01 +0000
commit6c7c5df08a9264d76f1e0d49b89ba862d1b8e595 (patch)
tree27e9be5bddeed0401e896a7f83ba836c22a971d1
parent0cefa5ef4bf99b94fd445ca80273f4cfe94ef9d6 (diff)
Fix regression test
-rw-r--r--regress/lib/libc/regex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile
index 2325e22c137..4a223b34c43 100644
--- a/regress/lib/libc/regex/Makefile
+++ b/regress/lib/libc/regex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:43 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2001/02/04 14:44:00 ericj Exp $
# $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $
PROG= re
@@ -9,7 +9,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex
TESTS= ${.CURDIR}/tests
-regress:
+regress: ${PROG}
./re < ${TESTS}
./re -el < ${TESTS}
./re -er < ${TESTS}