diff options
author | 2013-03-31 23:29:46 +0000 | |
---|---|---|
committer | 2013-03-31 23:29:46 +0000 | |
commit | 24b5e362046c9e6879367c40b22039bb43d31927 (patch) | |
tree | f291f00c75708d580e304af016ff6dcb7ceb92c5 | |
parent | - Don't include guard pages in the stack size. (diff) | |
download | wireguard-openbsd-24b5e362046c9e6879367c40b22039bb43d31927.tar.xz wireguard-openbsd-24b5e362046c9e6879367c40b22039bb43d31927.zip |
Do not depend on the value of PATH to run.
-rw-r--r-- | regress/libexec/ld.so/subst/prog1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/subst/prog1/Makefile b/regress/libexec/ld.so/subst/prog1/Makefile index 645af016bc1..ee0598d374f 100644 --- a/regress/libexec/ld.so/subst/prog1/Makefile +++ b/regress/libexec/ld.so/subst/prog1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/03/30 22:03:51 kurt Exp $ +# $OpenBSD: Makefile,v 1.2 2013/03/31 23:29:46 miod Exp $ .include <bsd.obj.mk> @@ -23,7 +23,7 @@ REGRESS_TARGETS = test test: $(PROG) mkdir -p "OpenBSD/`uname -r`/`uname -m`" cp $(AA_OBJDIR)/libaa.so* "OpenBSD/`uname -r`/`uname -m`/" - $(PROG) + ./$(PROG) clean: rm -f a.out [Ee]rrs mklog core *.core y.tab.h \ |