[tor-commits] [flashproxy/master] Make "all" depends on dist files.

dcf at torproject.org dcf at torproject.org
Tue Nov 13 04:21:40 UTC 2012


commit 7b37124b95153b6119a3fa3a4f72f3b8c53a2b73
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Nov 12 20:16:22 2012 -0800

    Make "all" depends on dist files.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ce34812..a4682cd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CLIENT_BIN = flashproxy-client flashproxy-reg-email flashproxy-reg-http
 CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1
 CLIENT_DIST_FILES = $(CLIENT_BIN) README LICENSE torrc
 
-all:
+all: $(CLIENT_DIST_FILES) $(CLIENT_MAN)
 	:
 
 %.1: %.1.txt



More information about the tor-commits mailing list