From: Russ Cox Date: Wed, 19 Nov 2008 01:22:31 +0000 (-0800) Subject: fix build for newbies X-Git-Tag: weekly.2009-11-06~2686 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=866c08ff20f64147367723c256b1d1e14f75ced5;p=gostls13.git fix build for newbies R=r OCL=19526 CL=19528 --- diff --git a/src/cmd/gotest/Makefile b/src/cmd/gotest/Makefile index d227997983..dbfa321145 100644 --- a/src/cmd/gotest/Makefile +++ b/src/cmd/gotest/Makefile @@ -10,5 +10,5 @@ clean: @true install: $(TARG) - test -f $(BIN)/$(TARG) && chmod u+w $(BIN)/$(TARG) + ! test -f $(BIN)/$(TARG) || chmod u+w $(BIN)/$(TARG) cp $(TARG) $(BIN)/$(TARG)