mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
Trim redundant /
This commit is contained in:
parent
6e1f52e79e
commit
0c06f5169f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ BOOT_CMXS := $(BOOT_MLS:.ml=.cmx)
|
|||
BOOT_OBJS := $(BOOT_MLS:.ml=.o)
|
||||
BOOT_CMIS := $(BOOT_MLS:.ml=.cmi)
|
||||
|
||||
BS := $(S)src/boot/
|
||||
BS := $(S)src/boot
|
||||
|
||||
BOOT_ML_DEP_INCS := -I $(BS)/fe -I $(BS)/me \
|
||||
-I $(BS)/be -I $(BS)/driver \
|
||||
|
|
Loading…
Reference in a new issue