#!/bin/sh
# Remove files generated by the configure script.
rm -f src/Makevars
exit 0
