summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abb04a2..ab7983d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
top=$(shell pwd)
-all: extract
+all: extract maven-svn-version.txt
extract: \
build/maven \
@@ -61,6 +61,8 @@ build/maven-extras: upstream/maven-svn maven-svn-map.txt
################################################################################
+# We get slf4j from git because the official distribution tarball for 1.7.5 is
+# incomplete.
upstream/slf4j-git: slf4j-version.txt network
if ! [[ -d "$@/.git" ]]; then \
git clone git://github.com/qos-ch/slf4j.git "$@"; \