diff options
Diffstat (limited to 'src/runtime/Makefile')
| -rw-r--r-- | src/runtime/Makefile | 4 |
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 |
