summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-01-04 13:53:32 +0000
committerart <art@openbsd.org>2002-01-04 13:53:32 +0000
commite2cd5c78650047efb9ffc59276d51920cdc39584 (patch)
treebb35e9625a40005c4234653ebb736ec852a4ddce
parentlongjmp(..., 0) is not really legal, but all other archs I've looked (diff)
downloadwireguard-openbsd-e2cd5c78650047efb9ffc59276d51920cdc39584.tar.xz
wireguard-openbsd-e2cd5c78650047efb9ffc59276d51920cdc39584.zip
Fix dependency
-rw-r--r--regress/lib/libc/sigreturn/Makefile4
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}