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 @@ -275,8 +275,7 @@ endif
275
275
276
276
# The rustdoc executable, rpath included in case --disable-rpath was provided to
277
277
# ./configure
278
- RUSTDOC = $(RPATH_VAR2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) \
279
- $(HBIN2_H_$(CFG_BUILD ) ) /rustdoc$(X_$(CFG_BUILD ) )
278
+ RUSTDOC = $(HBIN2_H_$(CFG_BUILD ) ) /rustdoc$(X_$(CFG_BUILD ) )
280
279
281
280
# The library documenting macro
282
281
#
@@ -291,7 +290,9 @@ doc/$(1)/index.html: \
291
290
$$(foreach dep,$$(RUST_DEPS_$(1 ) ) , \
292
291
$$(TLIB2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) /stamp.$$(dep ) )
293
292
@$$(call E, rustdoc: $$@ )
294
- $$(Q )$$(RUSTDOC ) --cfg stage2 $$<
293
+ $$(Q )$$(RPATH_VAR2_T_$(CFG_BUILD ) _H_$(CFG_BUILD ) ) $$(RUSTDOC ) \
294
+ --cfg stage2 $$<
295
+
295
296
endef
296
297
297
298
$(foreach crate,$(CRATES),$(eval $(call libdoc,$(crate))))
You can’t perform that action at this time.
0 commit comments