The tests/vectors.h file ships with the tarball, we don't need to make
it a target.
sed -i "s/__git__/$VERSION/g" $file
done
-# Remove the dist target from the makefile (no recursive releases!)
-sed '/dist:/,$d' makefile > $FOLDER/makefile
+# Remove the dist target from the makefile (no recursive releases!),
+# and the tests/vector.h target, which ships with the tarball.
+sed '/tests\/vectors.h:/,$d' makefile > $FOLDER/makefile
# Remove contributor notes from the README
sed '/Contributor notes/,$d' README.md > $FOLDER/README.md