diff options
author | guenther <> | 2010-06-29 16:20:28 +0000 |
---|---|---|
committer | guenther <> | 2010-06-29 16:20:28 +0000 |
commit | 76ac5e4c91627976608a3d30a608b6ad94aca736 (patch) | |
tree | 50d2c86c008c99a5a2895d9020f80ada698edcc3 | |
parent | 9adc8ceae483c2bba405a62641ca116f53ff87ef (diff) | |
download | openbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.tar.gz openbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.tar.bz2 openbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.zip |
Correct the target name
-rw-r--r-- | src/regress/lib/libc/orientation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2009/11/21 09:56:10 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2010/06/29 16:20:28 guenther Exp $ |
2 | 2 | ||
3 | NOMAN= | 3 | NOMAN= |
4 | PROG=orientation_test | 4 | PROG=orientation_test |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | 5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc |
6 | 6 | ||
7 | run-regress-atexit_test: ${PROG} | 7 | run-regress-${PROG}: ${PROG} |
8 | ./${PROG} | 8 | ./${PROG} |
9 | 9 | ||
10 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |