Missing file removals with distclean

This commit is contained in:
Willem Toorop 2015-12-24 16:22:03 +01:00
parent 0b1e0e6d0f
commit 240b34e215
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ distclean:
cd spec/example && $(MAKE) $@
rmdir spec/example 2>/dev/null || true
rmdir spec 2>/dev/null || true
rm -f config.log config.status Makefile libtool
rm -f config.log config.status Makefile libtool getdns.pc
rm -fR autom4te.cache
rm -f m4/libtool.m4
rm -f m4/lt~obsolete.m4

View File

@ -167,7 +167,7 @@ clean:
distclean : clean
cd test && $(MAKE) $@
rmdir test 2>/dev/null || true
rm -f Makefile config.status config.log Doxyfile config.h getdns/Makefile getdns/getdns.h
rm -f Makefile config.status config.log Doxyfile config.h getdns/Makefile getdns/getdns.h getdns/getdns_extra.h
rmdir getdns 2>/dev/null || true
rmdir extension 2>/dev/null || true
rm -Rf autom4te.cache