diff -r b7185292b7c5 misc/cgo/stdio/Makefile --- a/misc/cgo/stdio/Makefile Mon Jan 25 13:46:57 2010 +1100 +++ b/misc/cgo/stdio/Makefile Mon Jan 25 08:50:57 2010 +0200 @@ -4,7 +4,7 @@ include ../../../src/Make.$(GOARCH) -TARG=stdio +TARG=stdlib/stdio CGOFILES=\ file.go diff -r b7185292b7c5 misc/cgo/stdio/hello.go --- a/misc/cgo/stdio/hello.go Mon Jan 25 13:46:57 2010 +1100 +++ b/misc/cgo/stdio/hello.go Mon Jan 25 08:50:57 2010 +0200 @@ -4,7 +4,7 @@ package main -import "stdio" +import "stdlib/stdio" func main() { // stdio.Stdout.WriteString("hello, world\n");