diff options
author | markj <markj@FreeBSD.org> | 2015-02-28 23:11:18 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2015-02-28 23:11:18 +0000 |
commit | 7a6db9bb6f2dabfef422129b924f89be0313d2fc (patch) | |
tree | 467b1783ba1fda3d5f7dbec166b50c1d923dd222 /cddl | |
parent | eed96d83d486fe894aed0f2da6dd6f2808ff51be (diff) | |
download | FreeBSD-src-7a6db9bb6f2dabfef422129b924f89be0313d2fc.zip FreeBSD-src-7a6db9bb6f2dabfef422129b924f89be0313d2fc.tar.gz |
Remove a leading tab that causes a make(1) error when running the test.
MFC after: 1 week
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh index 49e362b..f8e9caf 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh +++ b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh @@ -44,7 +44,7 @@ mkdir $DIR cd $DIR cat > Makefile <<EOF - all: main +all: main main: main.o prov.o cc -o main main.o prov.o |