From c93969fd44681d28dc314dc2a2eedd189d446b9e Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 16 Aug 2013 14:46:54 -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 78e5314..fcb4a3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ libnetsurfcss.dummy: netsurfcss.rc $(RUST_SRC) touch $@ netsurfcss-test: netsurfcss.rc $(RUST_SRC) - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test .PHONY: check check: netsurfcss-test