aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Makefile')
-rw-r--r--src/runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile
index 11e39cc6ce..cc1e8c2ea4 100644
--- a/src/runtime/Makefile
+++ b/src/runtime/Makefile
@@ -16,9 +16,10 @@ LIBOFILES=\
rt1_$(GOARCH)_$(GOOS).$O\
rt2_$(GOARCH).$O\
runtime.$O\
+ sys_file.$O\
OFILES=$(RT0OFILES) $(LIBOFILES)
-HFILES=
+HFILES=runtime.h
install: rt0 $(LIB)
cp $(RT0OFILES) $(GOROOT)/lib