summaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-26 14:09:26 -0700
committerRob Pike <r@golang.org>2008-06-26 14:09:26 -0700
commitc3f6369528a29406434aff2f9c611f2c23f988f9 (patch)
treee446a18d52b4311b7fabada1de0e78b8e72fd773 /src/runtime/Makefile
parent619af0f48a6c2bc671b3bc86e2f6e6b94e1f7b9d (diff)
downloadgo-c3f6369528a29406434aff2f9c611f2c23f988f9.tar.gz
add sys.readfile()
add args to linux runtime SVN=124961
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 11e39cc6c..cc1e8c2ea 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