summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2f9331..23ec154 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ extract: PHONY $(foreach package,$(packages),build/extract/$(shell utils/spec2fi
# `%`/`$*`. We could do that with `.SECONDEXPANSION:`, but that is a
# whole can of worms. Instead, we use a foreach loop to loop over all
# possibilities. `svn` doesn't have this issue, because, unlike `git`
-# and `tar`, it's `extra` component is present in `build/download`.
+# and `tar`, its `extra` component is present in `build/download`.
build/extract/git/%: # magic foreach loop
gitref='$(shell utils/file2extra 'git/$*'|cut -d/ -f1)' && \