summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c99a49e..c3bde41 100644
--- a/Makefile
+++ b/Makefile
@@ -277,7 +277,7 @@ sources.txt install.txt:
src/sort-expected.txt:
dirname $(articles.adoc) | env LANG=POSIX.UTF-8 sort | uniq -c | \
- awk '{ printf "%s\t%s\n", $$2, $$1 }'> $@
+ awk '{ printf "%s\t%s\n", $$2, $$1 }' > $@
src/sort-given.txt: $(sources.conf) src/sort-expected.txt
awk '{ \