diff options
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2011-11-18 01:12:57 -0200 |
|---|---|---|
| committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2011-11-18 01:12:57 -0200 |
| commit | 558d055352747b2a2b5329ece9fa8ddb3c4ed999 (patch) | |
| tree | 8ccc07979ac8141af0a9ff7792d86d247eaee795 /src/pkg/Makefile | |
| parent | 4a2d30e13bf6f52e51c347d562871648bf5ef3bb (diff) | |
| download | go-558d055352747b2a2b5329ece9fa8ddb3c4ed999.tar.xz | |
exp/terminal: fix build after os.Errno changes
Also include exp/terminal in linux build so such failures
are noticed.
R=rsc
CC=golang-dev
https://golang.org/cl/5416044
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 0e4ec8b828..3fb34fd353 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -188,6 +188,7 @@ DIRS=\ ifeq ($(GOOS),linux) DIRS+=\ exp/inotify\ + exp/terminal\ endif |
