Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[pandora-kernel.git] / drivers / staging / usbip / userspace / cleanup.sh
1 #!/bin/sh
2
3 if [ -r Makefile ]; then
4         make distclean
5 fi
6
7 FILES="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"
11
12 rm -vRf $FILES