commit b84f0341968fb87b3d02a8aa4c2efe940a1b1978
Author: David Fifield <[email protected]>
Date:   Wed Nov 28 10:21:10 2012 -0800

    Add empty GOBUILDFLAGS.
---
 websocket-transport/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/websocket-transport/Makefile b/websocket-transport/Makefile
index 208569d..b4e02e1 100644
--- a/websocket-transport/Makefile
+++ b/websocket-transport/Makefile
@@ -3,13 +3,15 @@ BINDIR = $(PREFIX)/bin
 
 PROGRAMS = websocket-client websocket-server
 
+GOBUILDFLAGS =
+
 all: websocket-server
 
 websocket-client: websocket-client.go socks.go pt.go
 websocket-server: websocket-server.go pt.go websocket.go
 
 %: %.go
-       go build -o $@ $^
+       go build $(GOBUILDFLAGS) -o $@ $^
 
 install:
        mkdir -p $(BINDIR)



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to