summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/setjmp-fpu/Makefile')
-rw-r--r--src/regress/lib/libc/setjmp-fpu/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libc/setjmp-fpu/Makefile b/src/regress/lib/libc/setjmp-fpu/Makefile
index c4e7196c1d..e3dd2daa52 100644
--- a/src/regress/lib/libc/setjmp-fpu/Makefile
+++ b/src/regress/lib/libc/setjmp-fpu/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2020/01/16 13:03:42 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $
2 2
3PROGS= fpu _setjmp setjmp sigsetjmp 3PROGS= fpu _setjmp setjmp sigsetjmp
4 4
@@ -6,14 +6,12 @@ LDADD= -lm
6 6
7REGRESS_TARGETS = run-fpu 7REGRESS_TARGETS = run-fpu
8run-fpu: fpu 8run-fpu: fpu
9 @echo '======== $@ ========'
10 # check fpu functions without setjmp/longjmp before testing the latter 9 # check fpu functions without setjmp/longjmp before testing the latter
11 ./fpu 10 ./fpu
12 11
13.for p in ${PROGS:M*jmp} 12.for p in ${PROGS:M*jmp}
14REGRESS_TARGETS += run-$p 13REGRESS_TARGETS += run-$p
15run-$p: $p 14run-$p: $p
16 @echo '======== $@ ========'
17 ./$p 15 ./$p
18.endfor 16.endfor
19 17