From 8286074f92ca598e83df23940a53efabde086bbf Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 16 Aug 2013 14:46:55 -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 6f9c9db..3d66a10 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ libwapcaplet.dummy: wapcaplet.rc $(RUST_SRC) librustwapcaplet.a touch $@ wapcaplet-test: wapcaplet.rc $(RUST_SRC) librustwapcaplet.a - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test librustwapcaplet.a: rustwapcaplet.o $(AR) rcs librustwapcaplet.a rustwapcaplet.o