diff options
author | Rob Pike <r@golang.org> | 2008-06-12 13:26:16 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-06-12 13:26:16 -0700 |
commit | c348f82e29356fc95dcb6331b4860b2d76fa07aa (patch) | |
tree | f571b5448e5f72870de933c01d9a6dcf04879e85 /src/cmd/cc | |
parent | 4732d2a3518bda35334461950464d2dffcd008b2 (diff) | |
download | golang-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/Makefile | 2 |
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 |