diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-15 11:05:23 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-15 11:05:23 -0700 |
| commit | 18325313fb916bc697243edaccc5b1a90e2d9286 (patch) | |
| tree | cb4d356d80adf1a1758b606e28b5f1f6d7fac3db /src/pkg/Makefile | |
| parent | 98089b68a396c06e4e02961718263633b6117e36 (diff) | |
| download | go-18325313fb916bc697243edaccc5b1a90e2d9286.tar.xz | |
add exp/eval to pkg list
update Make.deps.
fixes build
TBR=r
OCL=35777
CL=35777
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 abe293ce28..bbc4536dea 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -41,6 +41,7 @@ DIRS=\ ebnf\ exec\ exp/datafmt\ + exp/eval\ expvar\ flag\ fmt\ |
