commit 417007963ca52ca0ba0bc8f56e4ad1632accc3d6 Author: David Fifield david@bamsoftware.com Date: Sat Oct 26 18:32:12 2013 -0700
Remove ":" command.
Not sure why it was like this. --- Makefile | 1 - 1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile index f8950aa..19e6005 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ CLIENT_DIST_FILES = $(CLIENT_BIN) Makefile README LICENSE ChangeLog torrc CLIENT_DIST_DOC_FILES = $(CLIENT_MAN)
all: $(CLIENT_DIST_FILES) $(CLIENT_MAN) - :
%.1: %.1.txt rm -f $@
tor-commits@lists.torproject.org