Fix make distclean

This commit is contained in:
Willem Toorop 2015-07-19 17:52:09 +02:00
parent 37880d6869
commit 3cbef7ee9e
1 changed files with 5 additions and 1 deletions

View File

@ -116,7 +116,11 @@ distclean:
rmdir spec 2>/dev/null || true
rm -f config.log config.status Makefile libtool
rm -fR autom4te.cache
rm -fR m4
rm -f m4/libtool.m4
rm -f m4/lt~obsolete.m4
rm -f m4/ltoptions.m4
rm -f m4/ltsugar.m4
rm -f m4/ltversion.m4
dist: $(distdir).tar.gz