diff --git a/Makefile.am b/Makefile.am index befe906..01fcc90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,4 +44,4 @@ svn-keywords-check: style: find ${libfreefare_subdirs} -name '*.[ch]' -exec perl -pi -e 's/[ \t]+$$//' {} \; - find ${libfreefare_subdirs} -name '*.[ch]' -exec astyle --style=linux --indent=force-tab-x --lineend=linux '{}' ';' + find ${libfreefare_subdirs} -name '*.[ch]' -print0 | xargs -0 astyle --style=linux --indent=force-tab-x --lineend=linux --indent-preproc-define --indent-preproc-block