From 7fe380d82118c4f8050f19d3bb92d822f63d0672 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Fri, 12 Jul 2013 11:10:05 -0600 Subject: [PATCH] Move rust-auto-clean-stamp into the rust build dir. This is needed so that it's backed up and restored along with the rust build products. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ec8d12071fd..d53494f634b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ clean-rust: endif -src/compiler/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger +src/compiler/rust/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger $(Q)$(MAKE) clean-rust touch $@ @@ -227,7 +227,7 @@ include $(S)mk/clean.mk .DEFAULT_GOAL := all .PHONY: all -all: src/compiler/rust-auto-clean-stamp servo package +all: src/compiler/rust/rust-auto-clean-stamp servo package # Servo helper libraries