Skip to content

Commit 0d4c51e

Browse files
committed
fix uninstall target with configurable rustlib directory
1 parent ff7ecca commit 0d4c51e

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)