[tor-commits] [flashproxy/master] Make the install target .PHONY.

dcf at torproject.org dcf at torproject.org
Thu Aug 30 19:40:45 UTC 2012


commit e5f330b511ec711d495e7649ad8f8a2633d06f97
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Aug 30 12:40:14 2012 -0700

    Make the install target .PHONY.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 8c6cbfe..a12a9f3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,4 +36,4 @@ sign: dist/$(DISTNAME).zip
 	cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip
 	cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
 
-.PHONY: all clean test dist sign
+.PHONY: all install clean test dist sign



More information about the tor-commits mailing list