Skip to content

Commit 8de3813

Browse files
committed
auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichton
Update the uninstall target with the configurable rust lib directory name. cc @jhasse
2 parents a34727f + 0d4c51e commit 8de3813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/install.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ uninstall:
194194
; \
195195
do rm -f $$i ; \
196196
done
197-
$(Q)rm -Rf $(PHL)/rustc
197+
$(Q)rm -Rf $(PHL)/$(CFG_RUSTLIBDIR)
198198
$(Q)rm -f $(CFG_MANDIR)/man1/rustc.1
199199
$(Q)rm -f $(CFG_MANDIR)/man1/rustdoc.1
200200
$(Q)rm -f $(CFG_MANDIR)/man1/rusti.1

0 commit comments

Comments
 (0)