aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2011-07-13 09:40:53 -0700
committerRobert Griesemer <gri@golang.org>2011-07-13 09:40:53 -0700
commit4c986d86b142d82cbf1064f2a01b49eaf649fe8b (patch)
treeedda2ab724ba4219c87053cfad54a5ea4b3ed9ab /src/pkg/Makefile
parent050d839df01f0f7ba5bd59ebea54e5fa5f5caba6 (diff)
downloadgo-4c986d86b142d82cbf1064f2a01b49eaf649fe8b.tar.xz
exp/eval, exp/ogle: remove packages eval and ogle
An externally maintained version of exp/eval can be found at: https://bitbucket.org/binet/go-eval/ . R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/4695047
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 7338399c2c..8a99d79063 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -79,7 +79,6 @@ DIRS=\
encoding/pem\
exec\
exp/datafmt\
- exp/eval\
exp/gui\
exp/gui/x11\
exp/regexp/syntax\