summaryrefslogtreecommitdiff
path: root/src/pkg/go/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/build/Makefile')
-rw-r--r--src/pkg/go/build/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile
index 68c731749..c7ef6542e 100644
--- a/src/pkg/go/build/Makefile
+++ b/src/pkg/go/build/Makefile
@@ -2,19 +2,6 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../../Make.inc
-
-TARG=go/build
-GOFILES=\
- build.go\
- dir.go\
- path.go\
- syslist.go\
-
-CLEANFILES+=pkgtest/_obj cmdtest/_obj cgotest/_obj
-
-include ../../../Make.pkg
-
syslist.go: ../../../Make.inc Makefile
echo '// Generated automatically by make.' >$@
echo 'package build' >>$@