summaryrefslogtreecommitdiff
path: root/src/cmd/cc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-12 13:26:16 -0700
committerRob Pike <r@golang.org>2008-06-12 13:26:16 -0700
commitc348f82e29356fc95dcb6331b4860b2d76fa07aa (patch)
treef571b5448e5f72870de933c01d9a6dcf04879e85 /src/cmd/cc
parent4732d2a3518bda35334461950464d2dffcd008b2 (diff)
downloadgolang-c348f82e29356fc95dcb6331b4860b2d76fa07aa.tar.gz
import the plan 9 libraries libc (lib9) and libbio into the tree.
remove the dependency on /home/r. SVN=122482
Diffstat (limited to 'src/cmd/cc')
-rw-r--r--src/cmd/cc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/cc/Makefile b/src/cmd/cc/Makefile
index 21cf17d09..e81c2afc0 100644
--- a/src/cmd/cc/Makefile
+++ b/src/cmd/cc/Makefile
@@ -3,7 +3,7 @@
# license that can be found in the LICENSE file.
YFLAGS=-d
-CFLAGS=-I/home/r/plan9/include -I$(GOROOT)/include
+CFLAGS=-I$(GOROOT)/include
BIN=$(HOME)/bin
O=o