diff options
author | ng0 <ng0@n0.is> | 2019-10-14 14:06:58 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-14 14:06:58 +0000 |
commit | dc57bfc9ab69749453269c9bfce354a6c63a4648 (patch) | |
tree | 565258d6c196166c5db78b4fa93addd36ae8450d /Makefile.am | |
parent | 9747dddefba25dc3f3c3c39bfb55a5f4082ed856 (diff) |
fix the previous uncrustify commit.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f2b48b358..e8bd98da1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ doc_DATA = COPYING README ACLOCAL_AMFLAGS = -I m4 -if HAVE_UNCRUSTIFY +if HAVE_UNCRUSTIFY_BINARY pretty: - find $(top_srcdir) -type f ! -path '*/.*' ! -path '*/_*' -name '*.c' -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir) --replace --no-backup 2>&1 || true + find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg --replace --no-backup 2>&1 || true endif |