File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,7 @@ endif
281
281
282
282
# The rustdoc executable, rpath included in case --disable-rpath was provided to
283
283
# ./configure
284
- RUSTDOC = $(RPATH_VAR2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) \
285
- $(HBIN2_H_$(CFG_BUILD ) ) /rustdoc$(X_$(CFG_BUILD ) )
284
+ RUSTDOC = $(HBIN2_H_$(CFG_BUILD ) ) /rustdoc$(X_$(CFG_BUILD ) )
286
285
287
286
# The library documenting macro
288
287
#
@@ -297,7 +296,9 @@ doc/$(1)/index.html: \
297
296
$$(foreach dep,$$(RUST_DEPS_$(1 ) ) , \
298
297
$$(TLIB2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) /stamp.$$(dep ) )
299
298
@$$(call E, rustdoc: $$@ )
300
- $$(Q )$$(RUSTDOC ) --cfg stage2 $$<
299
+ $$(Q )$$(RPATH_VAR2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) $$(RUSTDOC ) \
300
+ --cfg stage2 $$<
301
+
301
302
endef
302
303
303
304
$(foreach crate,$(CRATES),$(eval $(call libdoc,$(crate))))
You can’t perform that action at this time.
0 commit comments