From 599baf93257c5fef6600d4c10dbf256965e37fdc Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 9 Nov 2011 20:45:01 -0800 Subject: [PATCH] remove rustc target: it breaks mingw32 and I don't care enough --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7a7386b6ec6..229daf85410 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,8 +289,7 @@ TARGET_SREQ$(1)$(2) = \ # Prerequisites for complete stageN targets SREQ$(1)$(2) = \ $$(TARGET_SREQ$(1)$(2)) \ - $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \ - $$(TARGET_BIN$(1)$(2))/rustc + $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) ifeq ($(1),0) # Don't run the the stage0 compiler under valgrind - that ship has sailed