1
0
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:
Dmitriy Vyukov 2011-11-18 15:30:36 +03:00
parent 5ca38eda49
commit 151bcb11a8

View File

@ -9,7 +9,8 @@ GOFILES=\
terminal.go\
ifneq ($(GOOS),windows)
GOFILES+=util.go
GOFILES+=\
util.go
endif
include ../../../Make.pkg