blob: 8028c3a5c22b43a41e3e22e977efe66260c3e20b [file] [log] [blame]
matt mooney9a205422011-06-19 22:44:31 -07001#!/bin/sh
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01002# SPDX-License-Identifier: GPL-2.0
Takahiro Hirofuchi0945b4f2011-05-14 03:55:07 -07003
4if [ -r Makefile ]; then
5 make distclean
6fi
7
matt mooney9a205422011-06-19 22:44:31 -07008FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
9 config.status config.sub configure cscope.out depcomp install-sh \
10 libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
11 Makefile.in missing src/Makefile src/Makefile.in"
Takahiro Hirofuchi0945b4f2011-05-14 03:55:07 -070012
matt mooney9a205422011-06-19 22:44:31 -070013rm -vRf $FILES