mirror of
https://github.com/golang/go
synced 2024-11-24 21:10:04 -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\
|
||||
|
||||
ifneq ($(GOOS),windows)
|
||||
GOFILES+=util.go
|
||||
GOFILES+=\
|
||||
util.go
|
||||
endif
|
||||
|
||||
include ../../../Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user