diff options
| author | Graydon Hoare <[email protected]> | 2011-05-03 15:51:21 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-03 15:56:00 -0700 |
| commit | 4f52ab52c19154f63f09d9f3d066af61264b1600 (patch) | |
| tree | ea13b0413497b12c7f2dc56e2884133df56157c9 /mk/dist.mk | |
| parent | Start sketching --depend support in rustc. (diff) | |
| download | rust-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.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) \ |