diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 16:20:29 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 16:20:29 +0000 |
commit | cd8901614cb90ac8c9614d3d62200d80b727d954 (patch) | |
tree | 33599049a40fdc013e7bb4f97894d976735beed9 /regress | |
parent | 303d2b5bbdde6b19e2f5e03f096fc12920d87827 (diff) |
Correct the target name
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/orientation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/orientation/Makefile b/regress/lib/libc/orientation/Makefile index b116a04b0f7..5c73702abec 100644 --- a/regress/lib/libc/orientation/Makefile +++ b/regress/lib/libc/orientation/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2009/11/21 09:56:10 guenther Exp $ +# $OpenBSD: Makefile,v 1.2 2010/06/29 16:20:28 guenther Exp $ NOMAN= PROG=orientation_test CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc -run-regress-atexit_test: ${PROG} +run-regress-${PROG}: ${PROG} ./${PROG} .include <bsd.regress.mk> |