summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguenther <>2010-06-29 16:20:28 +0000
committerguenther <>2010-06-29 16:20:28 +0000
commit76ac5e4c91627976608a3d30a608b6ad94aca736 (patch)
tree50d2c86c008c99a5a2895d9020f80ada698edcc3
parent9adc8ceae483c2bba405a62641ca116f53ff87ef (diff)
downloadopenbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.tar.gz
openbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.tar.bz2
openbsd-76ac5e4c91627976608a3d30a608b6ad94aca736.zip
Correct the target name
-rw-r--r--src/regress/lib/libc/orientation/Makefile4
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
3NOMAN= 3NOMAN=
4PROG=orientation_test 4PROG=orientation_test
5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc 5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
6 6
7run-regress-atexit_test: ${PROG} 7run-regress-${PROG}: ${PROG}
8 ./${PROG} 8 ./${PROG}
9 9
10.include <bsd.regress.mk> 10.include <bsd.regress.mk>