diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-04 13:53:33 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-04 13:53:33 +0000 |
commit | f9c834445d30561ecb9f5c5a6abeb85bf6102813 (patch) | |
tree | 4873882e53d07d7f7fce154f0bd8b4a9191c1f93 /regress | |
parent | 6bbd1149228420180ef19b4521a8920025232c08 (diff) |
Fix dependency
Diffstat (limited to 'regress')
-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} |