aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-11-13 10:35:44 -0800
committerKen Thompson <ken@golang.org>2008-11-13 10:35:44 -0800
commitbc0b4f0d2a610059afb95ef0360704714815187d (patch)
tree4d8297ca1915b56d9c7cf887ee6dd7e5bf09a2d6 /src/runtime/Makefile
parentc4d8dc0b835dc307a14b8ef8867eef13139e23c8 (diff)
downloadgo-bc0b4f0d2a610059afb95ef0360704714815187d.tar.gz
go-bc0b4f0d2a610059afb95ef0360704714815187d.zip
mike's map code
R=r OCL=19146 CL=19146
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index b9e5770103..df33b58015 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -18,7 +18,7 @@ LIBOFILES=\
rt2_$(GOARCH).$O\
sys_$(GOARCH)_$(GOOS).$O\
runtime.$O\
- map.$O\
+ hashmap.$O\
chan.$O\
iface.$O\
array.$O\
@@ -30,7 +30,7 @@ LIBOFILES=\
OFILES=$(RT0OFILES) $(LIBOFILES)
OS_H=$(GOARCH)_$(GOOS).h
-HFILES=runtime.h $(OS_H_)
+HFILES=runtime.h hashmap.h $(OS_H_)
install: rt0 $(LIB) runtime.acid
cp $(RT0OFILES) $(GOROOT)/lib