aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-11 14:54:43 -0700
committerGraydon Hoare <[email protected]>2010-07-11 14:54:43 -0700
commit30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8 (patch)
tree5ccb09686c416a38ed2344c65f4b6db8c7b1a25b /src/Makefile
parentAdd Chris Double to AUTHORS.txt. (diff)
downloadrust-30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8.tar.xz
rust-30c4070e3d5bdfa5ddbb41e3e2d1590567cba3d8.zip
Add a boot/README file explaining rustboot's organization a bit.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 15bce37e..67adda2d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -728,7 +728,7 @@ PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
rt/uthash/uthash.h rt/uthash/utlist.h \
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
rt/bigint/bigint_ext.cpp rt/bigint/low_primes.h
-PKG_FILES := README \
+PKG_FILES := README boot/README \
$(wildcard etc/*.*) \
$(MKFILES) $(BOOT_MLS) boot/fe/lexer.mll \
$(COMPILER_INPUTS) \