Commit 151bcb11 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

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
parent 5ca38eda
......@@ -9,7 +9,8 @@ GOFILES=\
terminal.go\
ifneq ($(GOOS),windows)
GOFILES+=util.go
GOFILES+=\
util.go
endif
include ../../../Make.pkg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment