--- qsampler/trunk/Makefile.cvs 2004/09/29 08:00:57 262 +++ qsampler/trunk/Makefile.cvs 2007/10/12 22:50:47 1414 @@ -1,10 +1,11 @@ all: configure -configure: Makefile.in configure.in +configure: Makefile.in configure.ac @autoheader @autoconf + @rm -rf *.cache clean: @if [ -f Makefile ]; then make clean; fi || true @rm -rvf Makefile configure config.* - @rm -rvf *.cache *.log *.status *.pro + @rm -rvf *.cache *.log *.status *.pro *.spec *.desktop