Revert "Add fuzzer as part of 'all' standard build target so people know when it breaks."

Try to put out windows tinderbox. The librustc build rules don't seem to work
there yet.

This reverts commit ce6a77e24e.
This commit is contained in:
Brian Anderson 2011-07-14 19:42:12 -07:00
parent f634ab45bc
commit d9cc4cb81b
1 changed files with 0 additions and 2 deletions

View File

@ -199,7 +199,6 @@ all: rt/$(CFG_RUNTIME) \
stage1/intrinsics.bc \
stage1/lib/glue.o \
stage1/rustc$(X) \
stage1/fuzzer$(X) \
else
@ -214,7 +213,6 @@ all: rt/$(CFG_RUNTIME) \
stage1/intrinsics.bc \
stage1/lib/glue.o \
stage1/rustc$(X) \
stage1/fuzzer$(X) \
stage2/lib/$(CFG_STDLIB) \
stage2/intrinsics.bc \
stage2/lib/glue.o \