aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b9538134c..a5b12bad9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ doc_DATA = COPYING README
37ACLOCAL_AMFLAGS = -I m4 37ACLOCAL_AMFLAGS = -I m4
38 38
39if HAVE_UNCRUSTIFY_BINARY 39if HAVE_UNCRUSTIFY_BINARY
40MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg -q --replace --no-backup 2>&1 || true 40MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/uncrustify.cfg -q --replace --no-backup 2>&1 || true
41else 41else
42MCRUSTIFY = echo "crustify: skipped" 42MCRUSTIFY = echo "crustify: skipped"
43endif 43endif