From 43184f0a3768ce7b0e311d6ec85145c1aab9dd96 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 26 Nov 2019 19:10:59 +0000 Subject: pretty: fix location. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3