diff options
| author | Mikio Hara <mikioh.mikioh@gmail.com> | 2011-10-19 10:54:45 +0900 |
|---|---|---|
| committer | Mikio Hara <mikioh.mikioh@gmail.com> | 2011-10-19 10:54:45 +0900 |
| commit | e13635c1e0e6306a523d15ca25b62cefc978359d (patch) | |
| tree | 598728efc45d5f702357652920b22b949f284da2 /src/pkg/Makefile | |
| parent | da356dc3a96b505c1cc1d1e8459b5336ee1315a9 (diff) | |
| download | go-e13635c1e0e6306a523d15ca25b62cefc978359d.tar.xz | |
os/inotify: move to exp/inotify
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5295044
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 7fce462c36..e784b26333 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -184,7 +184,7 @@ DIRS=\ ifeq ($(GOOS),linux) DIRS+=\ - os/inotify\ + exp/inotify\ endif |
