diff options
author | ng0 <ng0@n0.is> | 2019-11-26 19:10:59 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-26 19:10:59 +0000 |
commit | 43184f0a3768ce7b0e311d6ec85145c1aab9dd96 (patch) | |
tree | ae90bcbd6463bb9e0f263e14f05355a54c387771 /Makefile.am | |
parent | bc340979c19807c76baedc7da98778178b9bcc4a (diff) |
pretty: fix location.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 ACLOCAL_AMFLAGS = -I m4 if HAVE_UNCRUSTIFY_BINARY -MCRUSTIFY = 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 +MCRUSTIFY = 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 else MCRUSTIFY = echo "crustify: skipped" endif |