commit df32055948e52d5c2af38862c37663a6eabb5f86 Author: David Fifield david@bamsoftware.com Date: Sat Dec 1 21:27:53 2012 -0800
Make dist-exe depend on the spec file. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index fd83864..96b8a8d 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ sign: dist/$(DISTNAME).zip
DISTNAME_WIN32 = $(DISTNAME)-win32 DISTDIR_WIN32 = $(DISTDIR)-win32 -dist-exe: $(CLIENT_BIN) +dist-exe: $(CLIENT_BIN) flashproxy-client.spec rm -rf $(DISTDIR_WIN32) mkdir -p $(DISTDIR_WIN32) mkdir $(DISTDIR_WIN32)/doc
tor-commits@lists.torproject.org