pretty: fix location.
authorng0 <ng0@n0.is>
Tue, 26 Nov 2019 19:10:59 +0000 (19:10 +0000)
committerng0 <ng0@n0.is>
Tue, 26 Nov 2019 19:10:59 +0000 (19:10 +0000)
Makefile.am

index b9538134cd863a682373b460e2accc8348564509..a5b12bad97167f021406ca341b0b3e6178368041 100644 (file)
@@ -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