Skip to content

Commit c8b4dea

Browse files
committed
Merge pull request #3919 from dbp/install-fix
make: change to LIB prefixed for fuzzer, carge, rustdoc, rusti uninstall
2 parents 849d3ff + 0e5d076 commit c8b4dea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mk/install.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ uninstall:
101101
$(Q)rm -f $(PHB)/rusti$(X)
102102
$(Q)rm -f $(PHB)/rustdoc$(X)
103103
$(Q)rm -f $(PHL)/$(CFG_RUSTLLVM)
104-
$(Q)rm -f $(PHL)/$(CFG_FUZZER)
105-
$(Q)rm -f $(PHL)/$(CFG_CARGO)
106-
$(Q)rm -f $(PHL)/$(CFG_RUSTDOC)
107-
$(Q)rm -f $(PHL)/$(CFG_RUSTI)
104+
$(Q)rm -f $(PHL)/$(CFG_LIBFUZZER)
105+
$(Q)rm -f $(PHL)/$(CFG_LIBCARGO)
106+
$(Q)rm -f $(PHL)/$(CFG_LIBRUSTDOC)
107+
$(Q)rm -f $(PHL)/$(CFG_LIBRUSTI)
108108
$(Q)rm -f $(PHL)/$(CFG_RUNTIME)
109109
$(Q)for i in \
110110
$(call HOST_LIB_FROM_HL_GLOB,$(CORELIB_GLOB)) \

0 commit comments

Comments
 (0)