Browse Source

make maintainer-clean shall remove the m4/ directory too

pre-master-46
Francesco Lannutti 14 years ago
parent
commit
376baced53
  1. 2
      Makefile.am

2
Makefile.am

@ -40,4 +40,4 @@ mrproper: maintainer-clean
rm -f `find $(top_srcdir) -type f -name "*.rej" -print` rm -f `find $(top_srcdir) -type f -name "*.rej" -print`
maintainer-clean-local: maintainer-clean-local:
rm -rf $(top_srcdir)/m4/*.m4
rm -rf $(top_srcdir)/m4
Loading…
Cancel
Save