From 2cb3a798abb12153d48c705f85358d54abe705d5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 19 Jul 2011 20:03:13 -0700 Subject: [PATCH] Build the fuzzer on Windows --- Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6c9e9e299ba..5f609db588d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -171,12 +171,7 @@ STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,stage$(1),stage$(1), \ $$(CFG_RUSTC_FLAGS)) endef -# FIXME: fuzzer only appears to work on unix at the moment. -ifdef CFG_UNIXY -FUZZ := stage1/fuzzer -else -FUZZ := -endif +FUZZ := stage1/fuzzer$(X) $(eval $(call SREQ,0)) $(eval $(call SREQ,1))