rename aux to auxiliary, since aux is apparently reserved on windows

This commit is contained in:
Niko Matsakis 2012-02-28 06:45:33 -08:00
parent 5c1338a18e
commit 1fd9abaa47
2 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \
--compile-lib-path $$(HLIB$(1)_H_$(3)) \
--run-lib-path $$(TLIB$(1)_T_$(2)_H_$(3)) \
--rustc-path $$(HBIN$(1)_H_$(3))/rustc$$(X) \
--aux-base $$(S)src/test/aux/ \
--aux-base $$(S)src/test/auxiliary/ \
--stage-id stage$(1)-$(2) \
--rustcflags "$$(CFG_RUSTC_FLAGS) --target=$(2) --inline" \
$$(CTEST_TESTARGS)