From 76ac5e4c91627976608a3d30a608b6ad94aca736 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Tue, 29 Jun 2010 16:20:28 +0000 Subject: Correct the target name --- src/regress/lib/libc/orientation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libc') diff --git a/src/regress/lib/libc/orientation/Makefile b/src/regress/lib/libc/orientation/Makefile index b116a04b0f..5c73702abe 100644 --- a/src/regress/lib/libc/orientation/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb