Remove a leading tab that causes a make(1) error when running the test.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2015-02-28 23:11:18 +00:00
parent 8ddb6d86de
commit 24d6f0ffa5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279416

View File

@ -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