diff options
author | 2002-01-04 13:53:32 +0000 | |
---|---|---|
committer | 2002-01-04 13:53:32 +0000 | |
commit | e2cd5c78650047efb9ffc59276d51920cdc39584 (patch) | |
tree | bb35e9625a40005c4234653ebb736ec852a4ddce | |
parent | longjmp(..., 0) is not really legal, but all other archs I've looked (diff) | |
download | wireguard-openbsd-e2cd5c78650047efb9ffc59276d51920cdc39584.tar.xz wireguard-openbsd-e2cd5c78650047efb9ffc59276d51920cdc39584.zip |
Fix dependency
-rw-r--r-- | regress/lib/libc/sigreturn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/sigreturn/Makefile b/regress/lib/libc/sigreturn/Makefile index 3e8e2c0b418..277e1153b17 100644 --- a/regress/lib/libc/sigreturn/Makefile +++ b/regress/lib/libc/sigreturn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/03 19:17:24 marc Exp $ +# $OpenBSD: Makefile,v 1.4 2002/01/04 13:53:32 art Exp $ PROG= sigret @@ -6,7 +6,7 @@ DEBUG+= -ggdb REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack -sigret-normal: +sigret-normal: ${PROG} ./${PROG} sigret-indirect: ${PROG} |