aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-26 19:10:59 +0000
committerng0 <ng0@n0.is>2019-11-26 19:10:59 +0000
commit43184f0a3768ce7b0e311d6ec85145c1aab9dd96 (patch)
treeae90bcbd6463bb9e0f263e14f05355a54c387771 /Makefile.am
parentbc340979c19807c76baedc7da98778178b9bcc4a (diff)
downloadgnunet-43184f0a3768ce7b0e311d6ec85145c1aab9dd96.tar.gz
gnunet-43184f0a3768ce7b0e311d6ec85145c1aab9dd96.zip
pretty: fix location.
Diffstat (limited to 'Makefile.am')
-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