Browse Source

fix commit "configure.ac, allow cross-compilation, especially for MinGW-w64"

pre-master-46
rlar 11 years ago
parent
commit
b8a004cc02
  1. 3
      Makefile.am

3
Makefile.am

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