commit d95a3e19c2a5cdacc1c1bb4f74946f4cc191c93e Author: David Fifield david@bamsoftware.com Date: Sun Nov 24 09:01:14 2013 -0800
I don't want "make" to "make dist". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 93287f6..0303862 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ MAKE_CLIENT = $(MAKE) -f Makefile.client PYTHON="$(PYTHON)" REBUILD_MAN = 0
# all is N/A for a binary package, but include for completeness -all: dist +all:
DISTDIR = dist/$(DISTNAME) $(DISTDIR): Makefile.client setup-common.py $(THISFILE)
tor-commits@lists.torproject.org