From 73ae1f5e0ab7a8a0efb4cc10a28bbe8fd3ccb2a5 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 16 Aug 2013 14:46:53 -0700 Subject: [PATCH] Revert to using -o for tests --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2966ecc..5f6d50d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ libazure.dummy: azure.rc $(RUST_SRC) libazure.a touch $@ azure-test: azure.rc $(RUST_SRC) libazure.a - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test libazure.a: $(ALL_OBJS) $(AR) rcs libazure.a $(ALL_OBJS)