Skip to content

Commit c3222f0

Browse files
committed
Fix cargo and rustdoc inputs
1 parent 886117b commit c3222f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ COMPILETEST_INPUTS := $(wildcard $(S)src/compiletest/*rs)
1010

1111
# Cargo, the package manager
1212
CARGO_LIB := $(S)src/libcargo/cargo.rc
13-
CARGO_INPUTS := $(wildcard $(S)src/cargo/*rs)
13+
CARGO_INPUTS := $(wildcard $(S)src/libcargo/*rs)
1414

1515
# Rustdoc, the documentation tool
1616
RUSTDOC_LIB := $(S)src/librustdoc/rustdoc.rc
17-
RUSTDOC_INPUTS := $(wildcard $(S)src/rustdoc/*.rs)
17+
RUSTDOC_INPUTS := $(wildcard $(S)src/librustdoc/*.rs)
1818

1919
# Rusti, the JIT REPL
2020
RUSTI_LIB := $(S)src/librusti/rusti.rc

0 commit comments

Comments
 (0)