From c348f82e29356fc95dcb6331b4860b2d76fa07aa Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 12 Jun 2008 13:26:16 -0700 Subject: import the plan 9 libraries libc (lib9) and libbio into the tree. remove the dependency on /home/r. SVN=122482 --- src/cmd/cc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/cc') 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 -- cgit v1.2.3