mirror of
https://github.com/golang/go
synced 2024-11-25 02:57:57 -07:00
exp/terminal: fix Makefile formatting for deps.bash
deps.bash does not understand current format, so make.bash fails (with MAKEFLAGS=-j20). R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5410046
This commit is contained in:
parent
5ca38eda49
commit
151bcb11a8
@ -9,7 +9,8 @@ GOFILES=\
|
|||||||
terminal.go\
|
terminal.go\
|
||||||
|
|
||||||
ifneq ($(GOOS),windows)
|
ifneq ($(GOOS),windows)
|
||||||
GOFILES+=util.go
|
GOFILES+=\
|
||||||
|
util.go
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ../../../Make.pkg
|
include ../../../Make.pkg
|
||||||
|
Loading…
Reference in New Issue
Block a user