summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8cc9d8..303769b 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ check-sorting: src/sort-expected.txt src/sort-given.txt
.SUFFIXES: .links-check-internal
sources.links-check-internal = $(sources.adoc:.adoc=.links-check-internal)
$(sources.links-check-internal): $(sources.html)
- grep '^link:' $*.links | cut -d: -f2- | xargs -tI% test -e $(*D)/%
+ grep '^link:' $*.links | cut -d: -f2- | xargs -I% test -e $(*D)/%
check-internal: $(sources.links-check-internal)