aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/unicode
diff options
context:
space:
mode:
authorMaxim Pimenov <mpimenov@google.com>2011-12-16 11:31:39 -0500
committerRuss Cox <rsc@golang.org>2011-12-16 11:31:39 -0500
commitbf6dd2db04f08d86f81e39c693922e9869016a56 (patch)
treeea2ed01a87ed826f727604dc5c62bbd55981d910 /src/pkg/unicode
parentdd694fb14912814fdcdf280ffa2a783b3bd18e63 (diff)
downloadgo-bf6dd2db04f08d86f81e39c693922e9869016a56.tar.xz
various: use $GCFLAGS and $GCIMPORTS like Make does
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5489065
Diffstat (limited to 'src/pkg/unicode')
-rw-r--r--src/pkg/unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile
index 55ed5b2d95..4472a6c67e 100644
--- a/src/pkg/unicode/Makefile
+++ b/src/pkg/unicode/Makefile
@@ -17,7 +17,7 @@ include ../../Make.pkg
CLEANFILES+=maketables
maketables: maketables.go
- $(GC) maketables.go
+ $(GC) $(GCFLAGS) $(GCIMPORTS) maketables.go
$(LD) -o maketables maketables.$O
tables: maketables