aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-19 21:41:46 +0000
committerng0 <ng0@n0.is>2019-11-19 21:41:46 +0000
commit3639740317eb9cfc68f3f9dddb9246229bb74a91 (patch)
tree5ff58905d9deb0d046ca0dad959460da78dc3d05
parent4173a5c6ef7936e4d738cedb1ae4707f2beebcd6 (diff)
downloadgnunet-fuse-3639740317eb9cfc68f3f9dddb9246229bb74a91.tar.gz
gnunet-fuse-3639740317eb9cfc68f3f9dddb9246229bb74a91.zip
fix copy paste mistake.
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 90013db..b20562a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,7 @@ EXTRA_DIST = config.rpath install-sh
8ACLOCAL_AMFLAGS = -I m4 8ACLOCAL_AMFLAGS = -I m4
9 9
10if HAVE_UNCRUSTIFY_BINARY 10if HAVE_UNCRUSTIFY_BINARY
11MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xar 11MCRUSTIFY = 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
12gs -0 uncrustify -c $(top_srcdir)/uncrustify.cfg -q --replace --no-backup 2>&1 || true
13else 12else
14MCRUSTIFY = echo "crustify: skipped" 13MCRUSTIFY = echo "crustify: skipped"
15endif 14endif