[tor-commits] [flashproxy/master] The dist zip should depend on the files within it.
dcf at torproject.org
dcf at torproject.org
Thu Jul 5 14:23:14 UTC 2012
commit 3dc41f8fe394b65d1f37feb09ff364ec801c6644
Author: David Fifield <david at bamsoftware.com>
Date: Thu Jul 5 07:20:41 2012 -0700
The dist zip should depend on the files within it.
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 5981bd2..dc8e92a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ dist:
cp -f $(CLIENT_DIST_FILES) $(DISTDIR)
cd dist && zip -q -r -9 $(DISTNAME).zip $(DISTNAME)
-dist/$(DISTNAME).zip:
+dist/$(DISTNAME).zip: $(CLIENT_DIST_FILES)
$(MAKE) dist
sign: dist/$(DISTNAME).zip
More information about the tor-commits
mailing list