rust/mk/stage0.mk
2011-05-03 11:34:44 -07:00

10 lines
268 B
Makefile

stage0/rustc$(X): $(S)src/snapshots.txt $(S)src/etc/get-snapshot.py $(MKFILES)
@$(call E, fetch: $@)
$(S)src/etc/get-snapshot.py
# These two will be made in the process of making rustc above.
stage0/glue.o: stage0/rustc$(X)
stage0/$(CFG_STDLIB): stage0/rustc$(X)