summaryrefslogtreecommitdiff
path: root/src/pkg/go/ast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/ast/Makefile')
-rw-r--r--src/pkg/go/ast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/go/ast/Makefile b/src/pkg/go/ast/Makefile
index 9b5c904c1..e9b885c70 100644
--- a/src/pkg/go/ast/Makefile
+++ b/src/pkg/go/ast/Makefile
@@ -2,12 +2,13 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../../Make.$(GOARCH)
+include ../../../Make.inc
TARG=go/ast
GOFILES=\
ast.go\
filter.go\
+ print.go\
scope.go\
walk.go\