aboutsummaryrefslogtreecommitdiff
path: root/mk/dist.mk
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-05-03 15:51:21 -0700
committerGraydon Hoare <[email protected]>2011-05-03 15:56:00 -0700
commit4f52ab52c19154f63f09d9f3d066af61264b1600 (patch)
treeea13b0413497b12c7f2dc56e2884133df56157c9 /mk/dist.mk
parentStart sketching --depend support in rustc. (diff)
downloadrust-4f52ab52c19154f63f09d9f3d066af61264b1600.tar.xz
rust-4f52ab52c19154f63f09d9f3d066af61264b1600.zip
Remove everything to do with rustboot from makefiles.
Diffstat (limited to 'mk/dist.mk')
-rw-r--r--mk/dist.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/dist.mk b/mk/dist.mk
index 45be8088..810d5ce7 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -18,14 +18,12 @@ PKG_FILES = \
$(S)LICENSE.txt $(S)README \
$(S)configure $(S)Makefile.in \
$(addprefix $(S)src/, \
- README boot/README comp/README \
- $(filter-out $(GENERATED), $(BOOT_MLS)) \
+ README comp/README \
$(RUNTIME_CS) $(RUNTIME_HDR) \
$(RUSTLLVM_LIB_CS) $(RUSTLLVM_OBJS_CS) \
$(RUSTLLVM_HDR) \
$(PKG_3RDPARTY)) \
$(GENERATED) \
- $(S)src/boot/fe/lexer.ml \
$(COMPILER_INPUTS) \
$(STDLIB_INPUTS) \
$(ALL_TEST_INPUTS) \