Merge branch 'msm-fixes-4.9' of git://people.freedesktop.org/~robclark/linux into...
[linux-2.6-block.git] / tools / usb / usbip / cleanup.sh
CommitLineData
9a20542f 1#!/bin/sh
0945b4fe
TH
2
3if [ -r Makefile ]; then
4 make distclean
5fi
6
9a20542f 7FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
8 config.status config.sub configure cscope.out depcomp install-sh \
9 libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
10 Makefile.in missing src/Makefile src/Makefile.in"
0945b4fe 11
9a20542f 12rm -vRf $FILES