[tor-commits] [torbrowser/master] Fix a missing closing parenthesis in the unpack-source target
erinn at torproject.org
erinn at torproject.org
Fri May 4 21:58:46 UTC 2012
commit 9c42b14b619e8f401c3fc4411cb90053ba6de0d9
Author: Shondoit Walker <shondoit at gmail.com>
Date: Thu May 3 15:48:42 2012 +0200
Fix a missing closing parenthesis in the unpack-source target
---
build-scripts/versions.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index 91e3aa7..7920977 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -161,7 +161,7 @@ langpack_en-US.xpi:
$(FETCH_DIR)/$(OBFSPROXY_PACKAGE): | $(FETCH_DIR)
$(WGET) --no-check-certificate --directory-prefix=$(FETCH_DIR) $(OBFSPROXY_URL)
-unpack-source: $(ZLIB_DIR) $(OPENSSL_DIR) $(LIBPNG_DIR $(QT_DIR) $(VIDALIA_DIR) $(LIBEVENT_DIR) $(TOR_DIR) $(FIREFOX_DIR) $(OBFSPROXY_DIR)
+unpack-source: $(ZLIB_DIR) $(OPENSSL_DIR) $(LIBPNG_DIR) $(QT_DIR) $(VIDALIA_DIR) $(LIBEVENT_DIR) $(TOR_DIR) $(FIREFOX_DIR) $(OBFSPROXY_DIR)
$(ZLIB_DIR): $(FETCH_DIR)/$(ZLIB_PACKAGE) | $(BUILD_DIR)
More information about the tor-commits
mailing list